AWS Certified Solutions Architect – Professional — Question 888

A company has deployed its database on an Amazon RDS for MySQL DB instance in the us-east-1 Region. The company needs to make its data available to customers in Europe. The customers in Europe must have access to the same data as customers in the United States (US) and will not tolerate high application latency or stale data. The customers in Europe and the customers in the US need to write to the database. Both groups of customers need to see updates from the other group in real time.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

To achieve low-latency local reads and write capabilities in multiple regions, migrating to an Amazon Aurora Global Database with write forwarding enabled is the optimal solution. Migrating from RDS for MySQL to Aurora MySQL is properly executed by creating and promoting an Aurora read replica, followed by adding the secondary region. Standard RDS for MySQL does not support cross-region write forwarding, which rules out the other options.