[
https://issues.apache.org/jira/browse/JCLOUDS-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Geoff Macartney updated JCLOUDS-1315:
-------------------------------------
Summary: Add InternetGatewayApi to AWSEC2Api (was: Add InternetGatewayApi)
> Add InternetGatewayApi to AWSEC2Api
> -----------------------------------
>
> 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)