
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.