Generated Security Group for Dualstack ALB Doesn't Allow IPv6 Connections #7043
Labels
@aws-cdk/aws-elasticloadbalancing
Related to Amazon Elastic Load Balancing
bug
This issue is a bug.
good first issue
Related to contributions. See CONTRIBUTING.md
in-progress
This issue is being actively worked on.
p2
Expected Behavior
When creating an application load balancer (adapted from this example), if I configure
ipAddressType
to be dualstack, and setinternetFacing
to true, I would expect the automatically generated security group to allow inbound connections from0.0.0.0/0
and::/0
.Actual Behavior
The automatically generated security group only allows inbound connections from
0.0.0.0/0
.Reproduction Steps
Create an application load balancer
Note generated security group
Error Log
n/a
Environment
Other
I was able to workaround this by creating a security group for the load balancer manually and referencing the autoscaling group security group.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: