AWS Certified Solutions Architect – Professional — Question 305

A company hosts a game player-matching service on a public facing, physical, on-premises instance that all users are able to access over the internet. All traffic to the instance uses UDP. The company wants to migrate the service to AWS and provide a high level of security. A solutions architect needs to design a solution for the player-matching service using AWS.
Which combination of steps should the solutions architect take to meet these requirements? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

Deploying an Application Load Balancer (ALB) coupled with Route 53 DNS routing provides a structured entry point for managing traffic to the matchmaking instance. To enforce strict protocol security, a network ACL associated with the load balancer subnets can be configured to drop all incoming traffic that is not UDP. Additionally, enabling AWS Shield Advanced on all public-facing endpoints ensures the infrastructure is protected against sophisticated DDoS attacks, meeting the high security requirements.