
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has an online gaming application that has TCP and UDP multiplayer gaming capabilities. The company uses Amazon Route 53 to point the application traffic to multiple Network Load Balancers (NLBs) in different AWS Regions. The company needs to improve application performance and decrease latency for the online game in preparation for user growth.
Which solution will meet these requirements?
A
Add an Amazon CloudFront distribution in front of the NLBs. Increase the Cache-Control max-age parameter.
B
Replace the NLBs with Application Load Balancers (ALBs). Configure Route 53 to use latency-based routing.
C
Add AWS Global Accelerator in front of the NLBs. Configure a Global Accelerator endpoint to use the correct listener ports.
D
Add an Amazon API Gateway endpoint behind the NLBs. Enable API caching. Override method caching for the different stages.
Explanation:
Why Option C is correct:
Why other options are incorrect:
Option A (CloudFront):
Option B (Replace NLBs with ALBs):
Option D (API Gateway):
Key AWS Services Considered:
This solution maintains the existing NLB architecture while adding Global Accelerator to improve global performance and reduce latency for the gaming application.