Security groups for your Application Load Balancer - Elastic Load Balancing
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Security groups for your Application Load Balancer

The security group for your Application Load Balancer controls the traffic that is allowed to reach and leave the load balancer. You must ensure that your load balancer can communicate with registered targets on both the listener port and the health check port. Whenever you add a listener to your load balancer or update the health check port for a target group used by the load balancer to route requests, you must verify that the security groups associated with the load balancer allow traffic on the new port in both directions. If they don't, you can edit the rules for the currently associated security groups or associate different security groups with the load balancer. You can choose the ports and protocols to allow. For example, you can open Internet Control Message Protocol (ICMP) connections for the load balancer to respond to ping requests (however, ping requests are not forwarded to any instances).

The following rules are recommended for an internet-facing load balancer.

Inbound
Source Port Range Comment

0.0.0.0/0

listener

Allow all inbound traffic on the load balancer listener port

Outbound

Destination Port Range Comment

instance security group

instance listener

Allow outbound traffic to instances on the instance listener port

instance security group

health check

Allow outbound traffic to instances on the health check port

The following rules are recommended for an internal load balancer.

Inbound
Source Port Range Comment

VPC CIDR

listener

Allow inbound traffic from the VPC CIDR on the load balancer listener port

Outbound

Destination Port Range Comment

instance security group

instance listener

Allow outbound traffic to instances on the instance listener port

instance security group

health check

Allow outbound traffic to instances on the health check port

The following rules are recommended for an Application Load Balancer used as a target of a Network Load Balancer.

Inbound
Source Port Range Comment

client IP addresses/CIDR

alb listener

Allow inbound client traffic on the load balancer listener port

VPC CIDR

alb listener

Allow inbound client traffic via Amazon PrivateLink on the load balancer listener port

VPC CIDR

alb listener

Allow inbound health traffic from the Network Load Balancer

Outbound

Destination Port Range Comment

instance security group

instance listener

Allow outbound traffic to instances on the instance listener port

instance security group

health check

Allow outbound traffic to instances on the health check port

Note that the security groups for your Application Load Balancer use connection tracking to track information about traffic coming from the Network Load Balancer. This happens regardless of the security group rules set for your Application Load Balancer. To learn more about Amazon EC2 connection tracking, see Security group connection tracking in the Amazon EC2 User Guide for Linux Instances.

To ensure your targets receive traffic exclusively from the load balancer, restrict the security groups associated with your targets to accept traffic solely from the load balancer. This can be achieved by setting the load balancer's security group as the source in the ingress rule of the target's security group.

We also recommend that you allow inbound ICMP traffic to support Path MTU Discovery. For more information, see Path MTU Discovery in the Amazon EC2 User Guide for Linux Instances.

Update the associated security groups

You can update the security groups associated with your load balancer at any time.

To update security groups using the console
  1. Open the Amazon EC2 console at https://console.amazonaws.cn/ec2/.

  2. On the navigation pane, choose Load Balancers.

  3. Select the load balancer.

  4. On the Security tab, choose Edit.

  5. To associate a security group with your load balancer, select it. To remove a security group association, choose the X icon for the security group.

  6. Choose Save changes.

To update security groups using the Amazon CLI

Use the set-security-groups command.