Geoff Macartney created JCLOUDS-1316:
----------------------------------------

             Summary: Add a RouteTableApi to AWSEC2Api
                 Key: JCLOUDS-1316
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1316
             Project: jclouds
          Issue Type: New Feature
          Components: jclouds-compute
    Affects Versions: 2.1.0, 2.0.2
            Reporter: Geoff Macartney
            Priority: Minor
             Fix For: 2.1.0, 2.0.2


This is a follow-up to https://github.com/jclouds/jclouds/pull/1091
and particularly the comment at
https://github.com/jclouds/jclouds/pull/1091#issuecomment-299202429:
I have been trying this out and I think we will need to extend it for
practical purposes; if you want to create a VPC and subnet and then
deploy a machine on to it, you also need to jump through a few other
hoops apart from creating the subnet:
* modify the subnet attributes to permit auto-assign public
IP ("ModifySubnetAttribute")
* create an Internet Gateway on the VPC ("CreateInternetGateway")
* get and then modify the routing table of the subnet to add a public
(0.0.0.0/0) route through the newly added gateway ("CreateRoute" and
friends)

This issue is to track the RouteTableApi



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to