Hey Trying to create a new subnet to an existing v...
# general
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 as private or public? (edited)
h
I think with ec2.RouteTableAssociation to an appropriate route table
s
See reply in #aws too