AWS Certified Solutions Architect – Associate (SAA-C02) — Question 561

A company runs a latency-sensitive gaming service in the AWS Cloud. The gaming service runs on a fleet of Amazon EC2 instances behind an Application Load
Balancer (ALB). An Amazon DynamoDB table stores the gaming data. All the infrastructure is in a single AWS Region. The main user base is in that same Region.
A solutions architect needs to update the architecture to support a global expansion of the gaming service. The gaming service must operate with the least possible latency.
Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

AWS Global Accelerator improves gaming application performance by routing user traffic over the high-speed, congestion-free AWS global network directly to the ALB. This significantly reduces latency and jitter compared to routing over the public internet, which is crucial for latency-sensitive gaming services. Other options like Amazon CloudFront are optimized for caching web content rather than optimizing dynamic, low-latency raw TCP/UDP gaming traffic.