AWS::Redshift::Cluster
Data WarehousingsolutionOnline Analytical processing(OLAP) based on PostgreSQL- Petabytes of data
Columnardata storageMassively Parallel Query Execution(MPP)- SQL interface to perform queries
- Great integration with tools like
AWS QuicksightandTableau - Faster than Athena thank to indexes
Redshift Spectrum
- Directly query from S3, no need to load
SELECT count(*)
FROM S3.EXT_TABLE
GROUP BY ...

Properties
NodeType
Leader Node: for planing queries and results aggregation-
Compute Node: for performing queries and send back to the leader -
Max
1 to 128 compute nodes,128TBper node
EnhancedVpcRouting
COPY/UNLOADtraffic goes through VPC- Force traffic through
private network - For
securityconcerns
Endpoint
- Kinesis (through s3 copy)
- S3
- DynamoDB
- DMS
- EC2 instance
- ...
AvailabilityZone
- Redshift runs in a
single AZ - You can configure
automatic copy snapshotsto another region, hence creating a data recovery strategy