sparse-gold-10561
05/11/2023, 2:34 PMvpc = awsx.ec2.Vpc(
resource_name=vpc_name,
cidr_block="10.210.0.0/16",
number_of_availability_zones=6,
subnet_specs=[
awsx.ec2.SubnetSpecArgs(
type=awsx.ec2.SubnetType.PRIVATE,
),
awsx.ec2.SubnetSpecArgs(
type=awsx.ec2.SubnetType.PUBLIC,
),
awsx.ec2.SubnetSpecArgs(type=awsx.ec2.SubnetType.ISOLATED, cidr_mask=28, name="tgw"),
],
nat_gateways=awsx.ec2.NatGatewayConfigurationArgs(strategy=awsx.ec2.NatGatewayStrategy.SINGLE),
enable_dns_hostnames=True,
)
continues to receive The following subnets overlap with at least one other subnet. Make the CIDR for the VPC larger....
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by