AWS Certified Solutions Architect – Associate (SAA-C03) — Question 182

A company wants to migrate its MySQL database from on premises to AWS. The company recently experienced a database outage that significantly impacted the business. To ensure this does not happen again, the company wants a reliable database solution on AWS that minimizes data loss and stores every transaction on at least two nodes.

Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because enabling Multi-AZ functionality in Amazon RDS provides synchronous replication to a standby instance in another Availability Zone, ensuring high availability and minimal data loss. Option A, while offering replication, does not specifically mention Multi-AZ, which is crucial for high availability. Option C involves cross-region replication, which is not necessary for the stated requirements of minimizing data loss within the same region. Option D relies on a custom setup that complicates the process and does not guarantee the same level of reliability as the managed service provided by Amazon RDS with Multi-AZ.