You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a problem with the usage of imported keys. I have tried my default keys, I have tried importing a new one. I have confirmed the key is imported. Maybe a problem with the boto usage?
beeswithmachineguns is up-to-date
$ pip install beeswithmachineguns --upgrade
Requirement already up-to-date: beeswithmachineguns in /usr/local/lib/python2.7/dist-packages
Requirement already up-to-date: boto==2.0 in /usr/local/lib/python2.7/dist-packages (from beeswithmachineguns)
Requirement already up-to-date: paramiko==1.7.7.1 in /usr/local/lib/python2.7/dist-packages (from beeswithmachineguns)
Requirement already up-to-date: pycrypto>=2.1 in /usr/lib/python2.7/dist-packages (from paramiko==1.7.7.1->beeswithmachineguns)
Cleaning up...
$ bees up -s 3 -k bee
New bees will use the "default" EC2 security group. Please note that port 22 (SSH) is not normally open on this group. You will need to use to the EC2 tools to open it before you will be able to attack.
Connecting to the hive.
Attempting to call up 3 bees.
Traceback (most recent call last):
File "/usr/local/bin/bees", line 5, in <module>
main.main()
File "/usr/local/lib/python2.7/dist-packages/beeswithmachineguns/main.py", line 127, in main
parse_options()
File "/usr/local/lib/python2.7/dist-packages/beeswithmachineguns/main.py", line 111, in parse_options
bees.up(options.servers, options.group, options.zone, options.instance, options.login, options.key)
File "/usr/local/lib/python2.7/dist-packages/beeswithmachineguns/bees.py", line 104, in up
placement=zone)
File "/usr/local/lib/python2.7/dist-packages/boto/ec2/connection.py", line 618, in run_instances
return self.get_object('RunInstances', params, Reservation, verb='POST')
File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 699, 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"?>
<Response><Errors><Error><Code>InvalidKeyPair.NotFound</Code><Message>The key pair 'bee' does not exist</Message></Error></Errors><RequestID>edd8dc4a-3b11-4524-a5e3-623085181f45</RequestID></Response>
I checked my .boto file as well. I assume this is at least a documentation issue.
The text was updated successfully, but these errors were encountered:
There seems to be a problem with the usage of imported keys. I have tried my default keys, I have tried importing a new one. I have confirmed the key is imported. Maybe a problem with the boto usage?
beeswithmachineguns is up-to-date
The key is imported:
My key file is indeed a valid private key.
bees fails with a rather cryptic error.
I checked my .boto file as well. I assume this is at least a documentation issue.
The text was updated successfully, but these errors were encountered: