pythonmobile opened a new issue #1600:
URL: https://github.com/apache/libcloud/issues/1600
## Summary
Unable to create_node with ec2 instance. Perhaps adding a VPC will help, but
not sure.
## Detailed Information
I am trying to fire a create_node on ec2, and have this issue. When I try:
node = conn.create_node(
name="test-temp",
image=image,
size=size,
ex_subnet=subnet,
)
I get the following error:
libcloud.common.exceptions.BaseHTTPError: InvalidParameterCombination: You
do not have access to a default security group in VPC vpc-ac01b80a. Specify a
security group, and try again.
Now if I add:
ex_securitygroup=SECURITY_GROUP_NAMES
to the create_node call, I get the following error:
libcloud.common.exceptions.BaseHTTPError: InvalidParameterCombination: The
parameter groupName cannot be used with the parameter subnet
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]