
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.
No comments yet.
Ultimate access to all questions.
Boost Your Career 🚀
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.