Medium1 markMultiple Choice
AWS SAA-C03 · Question 41 · Domain 3.4: Network Performance
A multiplayer gaming application uses UDP traffic. Users globally are experiencing high latency and packet loss. The company wants to route traffic over the AWS global network to improve performance and provide static IP addresses for the application. Which TWO services/features should be used? (Select TWO.)
A multiplayer gaming application uses UDP traffic. Users globally are experiencing high latency and packet loss. The company wants to route traffic over the AWS global network to improve performance and provide static IP addresses for the application. Which TWO services/features should be used? (Select TWO.)
Answer options:
A.
Amazon CloudFront
B.
AWS Global Accelerator
C.
Application Load Balancer (ALB)
D.
Network Load Balancer (NLB)
E.
Amazon API Gateway
How to approach this question
Identify the protocol (UDP) and the need for global routing/static IPs (Global Accelerator).
Full Answer
AWS Global Accelerator and Network Load Balancer.
AWS Global Accelerator improves the availability and performance of applications with local or global users. It provides static IP addresses and supports TCP and UDP. A Network Load Balancer (NLB) must be used behind it, as ALBs do not support UDP.
Common mistakes
Selecting CloudFront, which only supports HTTP/HTTPS/WebSocket (TCP).
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert