sparse-intern-71089
10/26/2023, 2:53 PMstale-answer-34162
10/26/2023, 3:17 PM// Create a VPC. availability zones to which the subnets defaults to the first 3 AZs in the current region.
let vpc = new awsx.ec2.Vpc('eks-vpc', {
cidrBlock: "10.0.0.0/16",
subnetSpecs: [
{ type: "Public", cidrMask: 20 },
// { type: "Public", cidrMask: 20 },
{ type: "Private", cidrMask: 20 },
// { type: "Private", cidrMask: 20 },
],
});
stocky-restaurant-98004
10/26/2023, 10:31 PMsubnetSpecs
? If so, and if it's practical, just tear it down and start over. You're also probably better off with the default options here since you probably want a smaller public subnet than private.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