Hey Trying to create a new subnet to an existing v...
# aws
s
Hey Trying to create a new subnet to an existing vpc, using either
new awsx.ec2.Subnet
or
new aws.ec2.Subnet
. How do we set the subnet name and set the subnet as private or public?
s
i think that's the
mapPublicIpOnLaunch
property. and naming a subnet is probably by giving it a
Name
tag
1