
Answer-first summary for fast verification
Answer: Adopt Amazon Aurora MySQL, deploying read replicas across regions with regional endpoints for access.
The correct answer is B. Amazon Aurora MySQL with read replicas across multiple regions is well-suited for this scenario because it provides high availability, low latency, and global consistency for the reservation database. Aurora supports multi-region read replicas, which means the primary database can stay consistent across regions while providing low-latency reads and writes. Unlike DynamoDB, which is a NoSQL database, Aurora MySQL is an SQL-based database, making it easier to migrate the current setup to Aurora.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A travel ticketing web application, currently hosted in a single North American data center, seeks a scalable solution for global expansion on AWS. The solution must support multi-region deployment, a globally consistent primary reservation database, and ensure update latencies under 1 second. Which AWS service configuration is recommended?
A
Utilize Amazon DynamoDB with a global table and regional endpoints for the reservation database.
B
Adopt Amazon Aurora MySQL, deploying read replicas across regions with regional endpoints for access.
C
Implement Amazon RDS for MySQL, with regional read replicas and endpoints for database access.
D
Switch to Amazon Aurora Serverless, deploying instances region-wise, and synchronize with AWS Lambda using regional endpoints.
No comments yet.