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

An ecommerce company wants a disaster recovery solution for its Amazon RDS DB instances that run Microsoft SQL Server Enterprise Edition. The company's current recovery point objective (RPO) and recovery time objective (RTO) are 24 hours.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: D

Explanation

Copying automated RDS snapshots to another AWS Region every 24 hours is the most cost-effective solution because it leverages built-in RDS capabilities and only incurs minimal storage costs, easily satisfying the 24-hour RPO/RTO. In contrast, options like cross-Region read replicas (Option A) or AWS DMS (Option B) require running continuously active compute resources, which significantly increases costs. Option C is more complex to manage compared to native RDS snapshot copying.