Create VPC with IPv6 subnets in AWS CDK
This post describes how you can create a VPC with subnets that support IPv6 with AWS CDK in Python. At the moment of writing, the VPC L2 (layer 2) construct in AWS CDK does not support IPv6 subnets, therefore I have created the VPC from scratch using...
Sep 29, 20234 min read384