AWS Certified DevOps Engineer – Professional — Question 49

A company requires an RPO of 2 hours and an RTO of 10 minutes for its data and application at all times. An application uses a MySQL database and Amazon
EC2 web servers. The development team needs a strategy for failover and disaster recovery.
Which combination of deployment strategies will meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct as it ensures data is replicated across Regions, allowing for quick promotion of a secondary Region to master, thus meeting the RPO and RTO requirements. Option D is also correct as it enables failover routing and health checks to manage traffic and capacity effectively. Options A and C do not provide the necessary multi-Region support for disaster recovery, while option E lacks an explicit failover strategy.