
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 wants to run a gaming application on Amazon EC2 instances that are part of an Auto Scaling group in the AWS Cloud. The application will transmit data by using UDP packets. The company wants to ensure that the application can scale out and in as traffic increases and decreases.
What should a solutions architect do to meet these requirements?
A
Attach a Network Load Balancer to the Auto Scaling group.
B
Attach an Application Load Balancer to the Auto Scaling group.
C
Deploy an Amazon Route 53 record set with a weighted policy to route traffic appropriately.
D
Deploy a NAT instance that is configured with port forwarding to the EC2 instances in the Auto Scaling group.
Explanation:
Correct Answer: A - Attach a Network Load Balancer to the Auto Scaling group.
B. Attach an Application Load Balancer to the Auto Scaling group.
C. Deploy an Amazon Route 53 record set with a weighted policy to route traffic appropriately.
D. Deploy a NAT instance that is configured with port forwarding to the EC2 instances in the Auto Scaling group.
For gaming applications using UDP with Auto Scaling, a Network Load Balancer is the appropriate solution to ensure scalability, low latency, and automatic instance management.