You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2021/09/04 16:53:15 UTC

[GitHub] [libcloud] pythonmobile opened a new issue #1600: create_node issue with ec2

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: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [libcloud] pythonmobile closed issue #1600: create_node issue with ec2

Posted by GitBox <gi...@apache.org>.
pythonmobile closed issue #1600:
URL: https://github.com/apache/libcloud/issues/1600


   


-- 
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: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org