AWS Certified Solutions Architect – Professional — Question 213

A company has several teams, and each team has their own Amazon RDS database that totals 100 TB. The company is building a data query platform for
Business Intelligence Analysts to generate a weekly business report. The new system must run ad-hoc SQL queries.
What is the MOST cost-effective solution?

Answer options

Correct answer: D

Explanation

Option D is the most cost-effective solution as it leverages AWS Glue and Amazon Athena, which are serverless and charge only for the queries run, minimizing costs. Options A and B involve setting up additional services that incur higher costs, while option C consolidates data into Aurora, which may also be more expensive compared to using S3 and Athena for querying.