AWS Certified Solutions Architect – Professional — Question 299

A company is refactoring an existing web service that provides read and write access to structured data. The service must respond to short but significant spikes in the system load. The service must be fault tolerant across multiple AWS Regions.
Which actions should be taken to meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because Amazon DynamoDB global tables configured with on-demand capacity mode easily scale to accommodate sudden traffic spikes while offering multi-Region replication for structured data, combined with ECS Fargate and Route 53 latency routing for high availability. Option A is incorrect because Amazon DocumentDB does not natively support multi-Region active-active replication. Option B is incorrect because Amazon S3 is not suited for transactional structured database reads and writes, and Option D is less responsive to sudden, short spikes due to the overhead of bootstrapping EC2 instances with user data.