You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(elasticloadbalancingv2): multiple security groups for ALBs (#10244)
Provide an `addSecurityGroup` method for ALBs for use cases where multiple
security groups are needed. I opted for this approach over adding a new (and
redundant) `securityGroups` prop to `ApplicationLoadBalancerProps` to keep the
props targeted at the most common use case of a single (or default) group.
fixes#5138
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments