AWS Certified SysOps Administrator – Associate (legacy) — Question 512

A company wants to increase the availability and durability of a critical business application. The application currently uses a MySQL database running on an
Amazon EC2 instance. The company wants to minimize application changes.
How should the company meet these requirements?

Answer options

Correct answer: D

Explanation

Utilizing an Amazon RDS database with multi-AZ replication enabled provides synchronous replication to a standby instance in a different Availability Zone, ensuring high availability and durability. While a schema migration is required, migrating to a managed RDS instance minimizes the ongoing operational and maintenance changes needed for the application's infrastructure. Options A and B are incorrect because EC2 instances do not support native multi-AZ replication, and cron-based backups do not provide immediate failover or high availability.