
Answer-first summary for fast verification
Answer: Use Amazon DynamoDB global tables
Amazon DynamoDB global tables provide a fully managed, multi-region, multi-master database solution that ensures data consistency across regions. By using DynamoDB global tables, the e-commerce company can replicate data across multiple AWS regions, allowing them to handle read and write operations in each region without conflicts or data inconsistencies.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A global e-commerce company needs to ensure that their database solution can handle read and write operations in multiple regions without conflicts or data inconsistencies. Which AWS strategy should they implement?
A
Deploy Amazon RDS read replicas in each region
B
Use Amazon DynamoDB global tables
C
Implement Amazon ElastiCache clusters in each region
D
Deploy Amazon Aurora global databases
No comments yet.