AWS Certified Solutions Architect – Professional (SAP-C02) — Question 221

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

Option A is the best solution as it involves creating an Aurora MySQL replica and allows for real-time updates by enabling write forwarding, ensuring that both US and European customers can write to the database without latency issues. Option B does not meet the requirement for real-time updates since it only replicates write queries rather than allowing simultaneous writes. Option C involves copying a snapshot which does not allow for immediate data consistency. Option D, while it does involve Aurora, does not detail the necessary steps to maintain real-time updates between the regions.