https://pulumi.com logo
#aws
Title
# aws
a

alert-area-12501

05/14/2021, 2:18 PM
Hi, I'm new to Pulumi (using 3.0) and found a possible issue? I'm using the AWS crosswalk module to create a VPC, and then the VPC created has
assignGeneratedIpv6CidrBlock: true
I might assume it should automatically add a route table route for outbound ipv6 traffic like
::/0
through the internet gateway like it does with ipv4 traffic and
0.0.0.0/0
, but it doesn't. Not sure if this is really a bug or anything it just caused me some time tracking down why some outbound internet traffic was not working and found it was exclusive to ipv6.