AWS Certified Solutions Architect – Professional — Question 670

A company is creating a sequel for a popular online game. A large number of users from all over the world will play the game within the first week after launch.
Currently, the game consists of the following components deployed in a single AWS Region:
✑ Amazon S3 bucket that stores game assets
✑ Amazon DynamoDB table that stores player scores
A solutions architect needs to design a multi-Region solution that will reduce latency, improve reliability, and require the least effort to implement.
What should the solutions architect do to meet these requirements?

Answer options

Correct answer: C

Explanation

To achieve high reliability and low latency across multiple regions with minimal effort, the solution must replicate both assets and data. Using S3 Cross-Region Replication (CRR) combined with Amazon CloudFront origin failover ensures that game assets remain highly available even if a primary region fails. Additionally, enabling Amazon DynamoDB Streams allows the creation of DynamoDB global tables, which provides fully managed, multi-Region, active-active database replication with minimal configuration.