Topic 1 Question 530
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?
Add an Amazon CloudFront distribution in front of the NLBs. Increase the Cache-Control max-age parameter.
Replace the NLBs with Application Load Balancers (ALBs). Configure Route 53 to use latency-based routing.
Add AWS Global Accelerator in front of the NLBs. Configure a Global Accelerator endpoint to use the correct listener ports.
Add an Amazon API Gateway endpoint behind the NLBs. Enable API caching. Override method caching for the different stages.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: C
TCP ,UDP, Gaming = global accelerator and Network Load Balancer
👍 3TariqKipkemei2023/07/23 - 正解だと思う選択肢: C
The key considerations are:
The application uses TCP and UDP for multiplayer gaming, so Network Load Balancers (NLBs) are appropriate. AWS Global Accelerator can be added in front of the NLBs to improve performance and reduce latency by intelligently routing traffic across AWS Regions and Availability Zones. Global Accelerator provides static anycast IP addresses that act as a fixed entry point to application endpoints in the optimal AWS location. This improves availability and reduces latency. The Global Accelerator endpoint can be configured with the correct NLB listener ports for TCP and UDP.
👍 3Guru4Cloud2023/08/22 - 正解だと思う選択肢: C
C is helping to reduce latency for end clients
👍 2oras20232023/06/06
シャッフルモード