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

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

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

> Add InternetGatewayApi
> ----------------------
>
>                 Key: JCLOUDS-1315
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1315
>             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
>
>
> Add an InternetGatewayApi to AWSEC2Api.
> 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 InternetGatewayApi.



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

Reply via email to