AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 119

A company manages a web application that runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The EC2 instances run in an Auto Scaling group across multiple Availability Zones. The application uses an Amazon RDS for MySQL DB instance to store the data. The company has configured Amazon Route 53 with an alias record that points to the ALB.

A new company guideline requires a geographically isolated disaster recovery (DR) site with an RTO of 4 hours and an RPO of 15 minutes.

Which DR strategy will meet these requirements with the LEAST change to the application stack?

Answer options

Correct answer: D

Explanation

Option D is the correct answer as it establishes a duplicate environment in a different AWS Region while creating an RDS read replica, which allows for quick failover and meets the RTO and RPO requirements with minimal changes. Option A does not provide geographic isolation, while options B and C do not effectively address the failover mechanism with the read replica promotion needed for swift recovery.