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

A solutions architect is designing a multi-Region disaster recovery solution for an application that will provide public API access. The application will use Amazon
EC2 instances with a userdata script to load application code and an Amazon RDS for MySQL database. The Recovery Time Objective (RTO) is 3 hours and the
Recovery Point Objective (RPO) is 24 hours.
Which architecture would meet these requirements at the LOWEST cost?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows for a cost-effective backup strategy by using daily snapshots of the RDS instance, which can be replicated to a secondary Region, meeting the RPO requirement. The other options involve deploying additional RDS instances or read replicas, which would incur higher costs and may not align with the specified requirements for RTO and RPO.