Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 530 discussion

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.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Guru4Cloud
Highly Voted 1 year, 1 month ago
Selected Answer: 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.
upvoted 5 times
...
awsgeek75
Most Recent 9 months, 1 week ago
Selected Answer: C
A: CloudFront is for caching. Not required B: ALB is for HTTP layer, won't help with TCP UDP issues D: API Gateway, API Caching total rubbish, ignore this option C: Is correct as Global Accelerator uses unicast for reducing latency globbally.
upvoted 1 times
...
TariqKipkemei
1 year, 2 months ago
Selected Answer: C
TCP ,UDP, Gaming = global accelerator and Network Load Balancer
upvoted 4 times
...
Henrytml
1 year, 4 months ago
Selected Answer: C
only b and c handle TCP/UDP, and C comes with accelerator to enhance performance
upvoted 1 times
manuh
1 year, 3 months ago
Does alb handle udp? Can u share a source?
upvoted 1 times
...
...
alexandercamachop
1 year, 4 months ago
Selected Answer: C
UDP and TCP is AWS Global accelarator as it works in the Transportation layer. Now this with NLB is perfect.
upvoted 2 times
...
oras2023
1 year, 4 months ago
Selected Answer: C
C is helping to reduce latency for end clients
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...