
Answer-first summary for fast verification
Answer: Amazon EKS, AWS Global Accelerator
For a globally distributed, scalable multiplayer game, Amazon EKS (Elastic Kubernetes Service) is the best choice for orchestrating containerized game servers. EKS provides a managed Kubernetes control plane that can automatically scale and distribute the game servers across multiple Availability Zones and AWS Regions. AWS Global Accelerator can be used to optimize the global performance and availability of the game servers by routing player traffic to the closest healthy instance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A gaming company is developing a new online multiplayer game that needs to scale based on the number of concurrent players. The game servers need to be distributed globally to provide low latency. Which combination of AWS services should they use?
A
Amazon EC2 Auto Scaling, Amazon CloudFront
B
AWS Lambda, Amazon ElastiCache
C
Amazon ECS, AWS Global Accelerator
D
Amazon EKS, AWS Global Accelerator
No comments yet.