AWS Certified Solutions Architect – Associate (SAA-C02) — Question 416

A company is using Amazon Redshift for analytics and to generate customer reports. The company recently acquired 50 TB of additional customer demographic data. The data is stored in .csv files in Amazon S3. The company needs a solution that joins the data and visualizes the results with the least possible cost and effort.
What should a solutions architect recommend to meet these requirements?

Answer options

Correct answer: A

Explanation

Amazon Redshift Spectrum allows users to query data directly from Amazon S3 without loading it into the cluster, which is the most cost-effective and low-effort way to join the 50 TB of CSV files with existing Redshift data. Amazon QuickSight natively integrates with Redshift to visualize these combined datasets. Other options, such as scaling the Redshift cluster or migrating data to Amazon Elasticsearch Service, would incur substantial additional costs and administrative overhead.