Skip to content

fix/docs: formatting issue in security_groups.md #4219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/deploy/security_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Note that while you can turn off the shared backend security group feature by se
**Specification:** Use `--backend-security-group` to pass in a security group ID to use as a custom shared backend security group.

**Important Notes:**

* The Custom Shared Backend Security Group (`--backend-security-group` option) only works when the automatic addition of Inbound Rules to the Node/ENI Security Group is enabled.
* If a Custom Frontend Security Group is configured, you must set the annotation `service.beta.kubernetes.io/aws-load-balancer-manage-backend-security-group-rules: "true"` for the Custom Shared Backend Security Group to work correctly.

Expand Down
Loading