AWS Certified Solutions Architect – Professional — Question 403

A company has a three-tier application running on AWS with a web server, an application server, and an Amazon RDS MySQL DB instance. A solutions architect is designing a disaster recovery (DR) solution with an RPO of 5 minutes.
Which solution will meet the company's requirements?

Answer options

Correct answer: C

Explanation

Creating a cross-Region read replica of the Amazon RDS MySQL DB instance provides asynchronous replication that easily supports a low RPO of 5 minutes, and promoting the replica during a disaster is a fast recovery mechanism. Using Amazon EC2 Image Builder to distribute AMIs to the DR Region allows AWS CloudFormation to quickly reprovision the stateless web and application servers. Other options are incorrect because copying snapshots every 5 minutes is not supported, AWS Backup cannot run every 5 minutes, and AWS Glue is an ETL service not designed for real-time transactional database replication.