AWS Certified Solutions Architect – Professional (SAP-C02) — Question 133

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

Option C is the correct choice because it leverages S3 Cross-Region Replication for asset distribution and sets up DynamoDB global tables for seamless data replication, thus enhancing performance and reliability. The other options either utilize replication methods that do not address multi-Region needs effectively or do not implement DynamoDB global tables correctly, which are essential for data consistency across regions.