You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Geoff Macartney (JIRA)" <ji...@apache.org> on 2017/06/30 08:55:00 UTC

[jira] [Resolved] (JCLOUDS-1316) Add a RouteTableApi to AWSEC2Api

     [ https://issues.apache.org/jira/browse/JCLOUDS-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoff Macartney resolved JCLOUDS-1316.
--------------------------------------
    Resolution: Fixed

Resolved in https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=commit;h=b3d21f965288b44cadc750ff1dde2ec7ac45fff6

Limitations: Does not contain support for VgwRoutePropagation.


> 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)