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

A company needs to build a reporting solution on AWS. The solution must support SQL queries that data analysts run on the data. The data analysts will run fewer than 10 total queries each day. The company generates 3 GB of new data daily in an on-premises relational database. This data needs to be transferred to AWS to perform reporting tasks.
What should a solutions architect recommend to meet these requirements at the LOWEST cost?

Answer options

Correct answer: A

Explanation

Using AWS DMS to replicate data to Amazon S3 and querying it with Amazon Athena is the most cost-effective solution because S3 storage is very inexpensive and Athena charges only for the data scanned during the few daily queries. Running dedicated clusters like Amazon Redshift, Amazon EMR, or Amazon Elasticsearch Service would incur significant, continuous hourly costs that are not justified for fewer than 10 queries per day. Therefore, the serverless combination of S3 and Athena minimizes operational and infrastructure costs.