Skip to content

Commit b5873f4

Browse files
authored
Merge pull request #1038 from bendrucker/docs-sg-name
docs: clarify security group name comes from tag
2 parents 6101b02 + 97914ae commit b5873f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/ingress/annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Access control for LoadBalancer can be controlled with following annotations:
158158
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.
159159

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

163163
!!!warning ""
164164
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.

0 commit comments

Comments
 (0)