
Answer-first summary for fast verification
Answer: Use Amazon Aurora Global Database
Amazon Aurora Global Database is a feature that allows you to create a single, centralized database that spans multiple AWS regions. It replicates data with high availability and durability, enabling low-latency read and write operations from any region without conflicts or data inconsistencies. This solution is ideal for global applications that require a distributed database with strong data consistency.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A global e-commerce company is planning to expand its operations to multiple regions around the world. They need a database solution that can handle read and write operations in multiple regions without conflicts or data inconsistencies. Which AWS strategy should they implement?
A
Use Amazon RDS Read Replicas in each region
B
Implement Amazon DynamoDB Global Tables
C
Deploy Amazon ElastiCache clusters in each region
D
Use Amazon Aurora Global Database
No comments yet.