Hi guys,

I saw a thread about Amazon VPC. Markos Gogoulos was able to spin up new
instances but in a slightly different way.

I'm trying to spin up a new instance with an existing security group.

when I execute:

ec2-describe-group --region=us-east-1 SG_NAME

I get an error that VPC security groups can be referenced only by the ID.
When I change it to sg-ID then the command is successful and prints out all
the rules.

But when creating node using libcloud no matter if I pass the SG name or
the id. I keep getting the same error:

Exception: InvalidGroup.NotFound: The security group XXXX does not exist

Does anybody successfully created a node in EC2 VPC with an existing
security group?

thanks,
Łukasz

Reply via email to