AWS Certified Solutions Architect – Associate (SAA-C03) — Question 567

A financial services company launched a new application that uses an Amazon RDS for MySQL database. The company uses the application to track stock market trends. The company needs to operate the application for only 2 hours at the end of each week. The company needs to optimize the cost of running the database.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: A

Explanation

Migrating to Aurora Serverless v2 MySQL is the most cost-effective choice because it automatically scales database capacity based on actual usage, making it ideal for a workload that only runs for 2 hours per week. Provisioned options like standard Aurora MySQL or EC2 Reserved Instances would incur ongoing costs for idle time and are not optimized for highly intermittent workloads. Running MySQL on Amazon ECS introduces unnecessary operational complexity and management overhead without the automated scaling efficiencies of a serverless database.