Skip to content

Commit

Permalink
docs: clarify security group name comes from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Sep 24, 2019
1 parent 6101b02 commit 97914ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ingress/annotation.md
Expand Up @@ -158,7 +158,7 @@ Access control for LoadBalancer can be controlled with following annotations:
When this annotation is not present, the controller will automatically create 2 security groups: the first security group will be attached to the LoadBalancer and allow access from [`inbound-cidrs`](#inbound-cidrs) to the [`listen-ports`](#listen-ports). The second security group will be attached to the EC2 instance(s) and allow all TCP traffic from the first security group created for the LoadBalancer.

!!!tip ""
both name or ID of securityGroups are supported.
Both name or ID of securityGroups are supported. Name matches a `Name` tag, not the `groupName` attribute.

!!!warning ""
The [default limit](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_vpc) of security groups per network interface in AWS is 5. This limit is quickly reached when multiple load balancers are provisioned by the controller without this annotation, therefore it is recommended to set this annotation to a self-managed security group (or request AWS support to increase the number of security groups per network interface for your AWS account). If this annotation is specified, you should also manage the security group used by the EC2 instances to allow inbound traffic from the security group attached to the LoadBalancer.
Expand Down

0 comments on commit 97914ae

Please sign in to comment.