AWS Certified Solutions Architect – Professional — Question 625

A company is running a commercial Apache Hadoop cluster on Amazon EC2. This cluster is being used daily to query large files on Amazon S3. The data on
Amazon S3 has been curated and does not require any additional transformations steps. The company is using a commercial business intelligence (BI) tool on
Amazon EC2 to run queries against the Hadoop cluster and visualize the data.
The company wants to reduce or eliminate the overhead costs associated with managing the Hadoop cluster and the BI tool. The company would like to move to a more cost-effective solution with minimal effort. The visualization is simple and requires performing some basic aggregation steps only.
Which option will meet the company's requirements?

Answer options

Correct answer: C

Explanation

Amazon Athena is a serverless, interactive query service that allows direct querying of data in Amazon S3 using standard SQL, eliminating the need to manage any Hadoop clusters. Amazon QuickSight is a fully managed, serverless BI service that integrates seamlessly with Athena, fulfilling the requirement to eliminate BI server management overhead on EC2. The other options (A, B, and D) still require managing infrastructure like Amazon EMR or EC2 instances, which does not minimize operational overhead.