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

A development team runs monthly resource-intensive tests on its general purpose Amazon RDS for MySQL DB instance with Performance Insights enabled. The testing lasts for 48 hours once a month and is the only process that uses the database. The team wants to reduce the cost of running the tests without reducing the compute and memory attributes of the DB instance.
Which solution meets these requirements MOST cost-effectively?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a snapshot and terminating the DB instance eliminates ongoing costs while preserving the data for later use. Options A and D still incur costs during the downtime, and option B does not address the need for cost reduction since Auto Scaling would still involve running the instance at higher capacities during tests.