AWS Certified Data Analytics – Specialty — Question 34

An airline has .csv-formatted data stored in Amazon S3 with an AWS Glue Data Catalog. Data analysts want to join this data with call center data stored in
Amazon Redshift as part of a dally batch process. The Amazon Redshift cluster is already under a heavy load. The solution must be managed, serverless, well- functioning, and minimize the load on the existing Amazon Redshift cluster. The solution should also require minimal effort and development activity.
Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

Option C is the correct choice because using Amazon Redshift Spectrum allows the airline to query the data directly in S3 without loading it into Redshift, thus minimizing the load on the cluster. The other options involve additional data transfers or processing that would increase the load on Redshift or require more management overhead, which does not align with the requirements.