AWS Certified Solutions Architect – Professional — Question 637

A retail company is hosting an ecommerce website on AWS across multiple AWS Regions. The company wants the website to be operational at all times for online purchases. The website stores data in an Amazon RDS for MySQL DB instance.
Which solution will provide the HIGHEST availability for the database?

Answer options

Correct answer: D

Explanation

Promoting a cross-Region read replica to a standalone DB instance is the fastest way to recover an Amazon RDS for MySQL database during a regional outage, offering the highest availability. Restoring from automated backups introduces significant downtime, while 'global tables' is an Amazon DynamoDB feature and does not exist for Amazon RDS for MySQL.