This message was deleted.
# aws
s
This message was deleted.
c
awsx.Vpc will automatically create subnets for you with sane default configurations. use aws.Vpc if you just want empty VPC with no subnets.
Also for using specific availability zones, you can use this argument with awsx.Vpc: https://www.pulumi.com/registry/packages/awsx/api-docs/ec2/vpc/#availabilityzonenames_nodejs
c
Thanks Mahesh, it is working now with this solution.