when creating IPv6-enabled VPCs with pulumi-awsx, ...
# aws
p
when creating IPv6-enabled VPCs with pulumi-awsx, I'm not getting an egress only internet gateway for the private subnet. Does this have to be done as a distinct step?
n
It looks like that support is currently missing. I've created an issue to track github.com/pulumi/pulumi-awsx/issues/2143. I'll see if I can add support this week, until then yes you would have to do it as a separate step
p
You're the best! I was willing to believe it was my mistake b/c I couldn't find any previous mention of this. Thank you!