Hello, Is there any workaround for creating a VPC ...
# aws
c
Hello, Is there any workaround for creating a VPC and IPv6 subnets using
awsx.ec2.Vpc
? Subnets created through
awsx.ec2.Vpc
are not assigned IPv6 CIDR blocks. This appears to be a Pulumi bug that hasn’t been fixed for over a year and a PR exists. Should I fall back to
aws.ec2.Vpc
and redo everything manually? Thanks
m
Hey @clean-machine-8609, You might want to ping the reviewer in that PR, in case it's fallen off his radar. But yeah, you might have to use aws.ec2.VPC and Subnet to work around it for now.
c
Thanks for the answer. Is there an example available for VPC/Subnets ipv6 ?
m
Have you tried neo? I'm sure it can whip up an example for you
g
The best decision I’ve made was to fork AWSx VPC and remove a lot of bloat which covered scenarios for everyone.
b
@great-sunset-355 Is your fork public? Would love to have a look for research and inspiration...
g