Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company seeks to migrate its MySQL database to AWS, prioritizing a solution that minimizes data loss and ensures every transaction is stored on at least two nodes after a recent outage. Which AWS database solution meets these criteria?
A
Amazon RDS DB instance with synchronous replication across three Availability Zones.
B
Amazon RDS MySQL DB instance with Multi-AZ enabled for synchronous replication.
C
Amazon RDS MySQL DB instance with a synchronous read replica in a different AWS Region.
D
EC2 instance with MySQL and an AWS Lambda-triggered synchronous replication to RDS MySQL.