Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(elasticloadbalancingv2): add details about Network Load Balance…
…r and EC2 IConnectable interface. (#31704) ### Issue # (if applicable) Closes #31644. ### Reason for this change User reported that using `connections` with NLB without security group specified, doesn't create security group automatically. NLB do not have security groups, and no automatic security group configuration is done. ### Description of changes Add details about Network Load Balancer and EC2 `IConnectable` interface. ### Description of how you validated changes ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information