
Answer-first summary for fast verification
Answer: Deploy AWS Global Accelerator, optimizing endpoints for correct listener ports.
The correct answer is C: Add AWS Global Accelerator in front of the NLBs and configure a Global Accelerator endpoint to use the correct listener ports. AWS Global Accelerator improves application performance and reduces latency by leveraging the AWS global network to route traffic to the optimal endpoints. Unlike CloudFront which is designed for HTTP/HTTPS traffic (Answer A), and API Gateway which is more suited for API management (Answer D), Global Accelerator optimizes for both TCP and UDP traffic, making it ideal for a multiplayer gaming application with those requirements. Switching from NLBs to ALBs (Answer B) does not specifically address performance and latency improvements in a global context as effectively as Global Accelerator.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
An online gaming company utilizes Amazon Route 53 to direct traffic to NLBs across various AWS Regions, supporting both TCP and UDP for multiplayer functionality. To enhance performance and reduce latency in anticipation of increased user traffic, which solution should be implemented?
A
Integrate Amazon CloudFront distribution with NLBs and extend Cache-Control max-age.
B
Transition from NLBs to ALBs and adjust Route 53 for latency-based routing.
C
Deploy AWS Global Accelerator, optimizing endpoints for correct listener ports.
D
Place Amazon API Gateway behind NLBs, enabling caching with method-specific overrides.
No comments yet.