Hi , I need to add some custom routes in a vpc, I'...
# aws
h
Hi , I need to add some custom routes in a vpc, I'm using awsx.ec2.vpc , but not find the way to get the routes that are created , any insights ?
g
On the created
awsx.ec2.Vpc
component, there is a
publicSubnets
array output (and private and isolated) and on each
awsx.ec2.Subnet
in that array there is a
routeTable
output. I think that will provide the info you're looking for.
h
thanks!