This message was deleted.
s
This message was deleted.
f
what does RT/IG stand for, Frank? basically, you can easily get the attribute of a certain resource right in your main program
n
RotueTable and Internetgateway, and how do I get those attributes, the docs aren't very clear to be honest.
b
I had the same question as Frank. Simply put, after creating a vpc with “new awsx.ec2.Vpc” can we get a handle to the default routetables it creates.
l
The IG is available directly on the AWSX VPC
vpc.internetGateway
, and the route table ID is available on the AWS VPC which is in the AWSX VPC
vpc.vpc.defaultRouteTableId
.
👍 2