AWS Certified SysOps Administrator – Associate — Question 475

A company deploys a new application on three Amazon EC2 instances across three Availability Zones. The company uses a Network Load Balancer (NLB) to route traffic to the EC2 instances. A SysOps administrator must implement a solution so that the EC2 instances allow traffic from only the NLB.

What should the SysOps administrator do to meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

AWS Network Load Balancers (NLBs) support security groups, which allows administrators to control the traffic allowed to and from the NLB. By configuring the security group of the EC2 instances to reference the NLB's security group as the source, traffic is securely restricted to only the load balancer with minimal configuration. Other methods, such as managing network ACLs, tracking specific ENIs, or deploying third-party firewalls, add unnecessary operational complexity and maintenance overhead.