Open henk-scheepers opened 10 years ago
Having the same issue.
My issue was the pip/easy_install repos appear to have an older version of bees that does not support subnets.
I'm having the same issue. I admit that i'm fairly new to AWS. I created a public security group and a ssh rule to open port 22. I created a keypair and copied it to my ~/.ssh directory. Then when I try to run the command to start up bees, it keeps telling me that the public does not exist. Any help for a NOOB?
$ bees up -s 4 -g public -k dev-bees
Connecting to the hive.
Attempting to call up 4 bees.
Traceback (most recent call last):
File "/usr/local/bin/bees", line 5, in
File "build/bdist.macosx-10.8-intel/egg/beeswithmachineguns/main.py", line 170, in main File "build/bdist.macosx-10.8-intel/egg/beeswithmachineguns/main.py", line 137, in parse_options File "build/bdist.macosx-10.8-intel/egg/beeswithmachineguns/bees.py", line 131, in up File "/Library/Python/2.7/site-packages/boto-2.27.0-py2.7.egg/boto/ec2/connection.py", line 935, in run_instances verb='POST') File "/Library/Python/2.7/site-packages/boto-2.27.0-py2.7.egg/boto/connection.py", line 1177, in get_object raise self.ResponseError(response.status, response.reason, body) boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request <?xml version="1.0" encoding="UTF-8"?>
InvalidGroup.NotFound
I'm trying to setup bees with machine guns to load test a server. I've followed all the steps explained in the Readme.
As far as I can tell, it is finding my .pem file and my boto config, but when I try the following command: $ bees up -s 1 -g public -k loadtest
I get the following error: The security group 'public' does not exist in default VPC 'vpc-934dc8f6'
The strange thing is that my security group does not have any group with a vpc-id of 'vpc-934dc8f6' Am I missing something? Any help would be much appreciated.