[ https://issues.apache.org/jira/browse/JCLOUDS-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignasi Barrera resolved JCLOUDS-987.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
> AWS EC2: if specifying subnet ID, security groups are not created
> -----------------------------------------------------------------
>
> Key: JCLOUDS-987
> URL: https://issues.apache.org/jira/browse/JCLOUDS-987
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-compute
> Affects Versions: 1.9.0
> Reporter: Richard Downer
> Assignee: Ignasi Barrera
> Labels: aws-ec2
> Fix For: 2.0.0
>
>
> If the template options for an EC2 instance specify a subnet ID, then jclouds will not
create any security groups.
> This is defined in this piece of code:
> https://github.com/jclouds/jclouds/blob/master/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/strategy/CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.java#L182
> The if statement checks if subnet has been set; the "false" part causes security groups
to be created, but the "true" part does not - therefore if the subnet ID is set there are
no security groups created.
> The workaround is for the user to define the security groups ahead of time and specify
the security group IDs in the template options.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|