In this section, we introduce Amazon Redshift Spectrum as the next analytical option after Athena for querying curated data in the data lake.
Amazon Redshift Spectrum extends Amazon Redshift so that SQL queries can access data stored directly in Amazon S3. In this workshop, Spectrum works together with the AWS Glue Data Catalog, allowing Redshift to understand external tables without requiring the dataset to be fully loaded into warehouse storage first.
Athena is excellent for quick, serverless exploration. However, many analytics teams also need a warehouse-oriented environment for broader SQL workflows, shared query tools, and integration with downstream BI platforms.
Redshift Spectrum helps bridge that gap by combining:
Redshift Spectrum does not replace the Glue pipeline. It consumes the processed outputs and catalog metadata created earlier in the workshop.
The following diagram shows how Redshift Spectrum fits into the workshop architecture and query flow:

This means:
In the hands-on steps that follow, you will:
| Benefit | Explanation |
|---|---|
| External Querying | Query S3 data without fully loading it into Redshift tables |
| Glue Integration | Reuse discovered schema from the Data Catalog |
| Familiar SQL Experience | Use Redshift query tools and warehouse-style workflows |
| Scalable Analytics | Support larger analytical workloads across curated datasets |
| BI Readiness | Prepare data access patterns that connect naturally to reporting tools |
Athena and Redshift Spectrum both query data in Amazon S3, but they are usually used in different situations:
Together, they show how the same curated dataset can support multiple consumption patterns.
After completing this section, you should understand: