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.