AWS Certified Solutions Architect – Associate (SAA-C03) — Question 949

An online gaming company is transitioning user data storage to Amazon DynamoDB to support the company's growing user base. The current architecture includes DynamoDB tables that contain user profiles, achievements, and in-game transactions.

The company needs to design a robust, continuously available, and resilient DynamoDB architecture to maintain a seamless gaming experience for users.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: D

Explanation

DynamoDB global tables offer a fully managed, multi-active, multi-Region replication solution that ensures high availability and resilience. For a continuous gaming workload with a predictable baseline, utilizing provisioned capacity mode combined with auto scaling is much more cost-effective than using on-demand capacity. Manual replication setups or custom streams-based replication increase operational complexity and costs compared to the native global tables feature.