
AWS Certified Solutions Architect - Associate
Get started today
Ultimate access to all questions.
A development team performs monthly 48-hour intensive tests on an Amazon RDS MySQL instance with Performance Insights. They seek a cost-effective method to reduce expenses during testing without altering the DB instance's compute and memory. What is the most cost-effective solution?
A development team performs monthly 48-hour intensive tests on an Amazon RDS MySQL instance with Performance Insights. They seek a cost-effective method to reduce expenses during testing without altering the DB instance's compute and memory. What is the most cost-effective solution?
Explanation:
The correct answer is C. Creating a snapshot of the DB instance when tests are completed, terminating the instance, and restoring from the snapshot when required is the most cost-effective solution. This approach ensures that the team incurs costs only when the DB instance is in use, while preserving the capacity and performance attributes needed for the tests. Options A, B, and D do not offer the same level of cost reduction, as they either involve keeping the instance running or scaling, which can still incur additional costs even if it's set to lower capacity.