proud-queen-22824
10/02/2024, 4:56 PMawsx:ec2:vpc
but ran into problems with IPv6. I've passed in assignGeneratedIpv6CidrBlock: true
to vpc constructor but its subnets are not created with any IPv6 CIDR associations. As a result, none of the IPv6 addresses are routable.
On the other hand, awsx:classic
does not experience this problem because it's explicitly documented that subnets will be created with assignIpv6AddressOnCreation: true
.
This has been a blocker for me migrating off classic. Would appreciate if someone can help take a look
https://github.com/pulumi/pulumi-awsx/issues/1049#issuecomment-2387768112little-cartoon-10569
10/02/2024, 7:30 PMproud-queen-22824
10/03/2024, 2:30 AM