Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As a solutions architect, design a DR architecture for a company's MySQL database on an EC2 instance with scheduled backups. The solution must support multiple AWS Regions and minimize operational overhead.
A
Migrate to EC2 instances, set up a standby in the DR Region, and enable replication.
B
Use Amazon RDS with Multi-AZ deployment and enable read replication across Availability Zones.
C
Adopt Amazon Aurora as a global database with primary and secondary clusters in primary and DR Regions, respectively.
D
Utilize S3 Cross-Region Replication for scheduled backups to restore the database in the DR Region.