bhbsoft / fluffycloud

fluffycloud
0 stars 0 forks source link

Create calls for Networking Route Tables #13

Open armondhonore opened 10 years ago

armondhonore commented 10 years ago

http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html

create json to manage Route Tables

amitmetadesi commented 10 years ago

Enable a virtual private gateway (VGW) to propagate routes to the routing tables of a VPC Disable a VGW from propagating routes to the routing tables of a VPC

Above commands require VPN connection which I tried creating using AWS console but connection times out every time. So please check/create a connection.

(Do not complete now)

Create a static route associated with a VPN connection. Delete a static route associated with a VPN connection.

amitmetadesi commented 10 years ago

Private VPN required for below commands:

  1. Create a static route associated with a VPN connection
  2. Delete a static route associated with a VPN connection