A multiplayer game uses TCP and UDP and needs the lowest possible global network latency to a fleet of endpoints, with fast regional failover via static anycast IPs. Which service is designed for this?
A) Amazon CloudFront.
B) AWS Global Accelerator.
C) Amazon Route 53 weighted routing.
D) An Application Load Balancer.
Correct Answer: B
Explanation: AWS Global Accelerator provides static anycast IPs and routes traffic over the AWS global network to the nearest healthy endpoint for TCP/UDP workloads, with fast failover. (A) CloudFront is for cacheable HTTP/HTTPS content. (C) DNS-based routing fails over slower. (D) an ALB is regional and HTTP-focused.