
Fri Sep 06 05:32:05 UTC 2024: – The CDK construct library for VPC V2 is experimental and under active development
– VpcV2 is a re-write of the ec2.Vpc construct allowing for higher level customization
– VpcV2 does not automatically create subnets or allocate IP addresses
– SubnetV2 is a new construct for adding subnets to a VpcV2 instance
– RouteTable construct allows for customization of route tables
– Different route targets can be set up, such as InternetGateways and NatGateways
– Endpoints connecting to other AWS services can also be set up
– Importing existing VPC and subnets into CDK as VpcV2 is not yet supported
aws-cdk.aws-ec2-alpha added to PyPI
aws-cdk.aws-ec2-alpha added to PyPI