-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all available AWS regions work #187
Comments
The version of boto probably needs to be updated in order to be aware of the latest region names. How did you install bees? Did you pull it from master or did you install it through pip? |
I just ran |
@paulmarsicovetere any update? |
Hi, Same here, |
I too encountered this issue. Running this: |
I can configure bees up in the following regions:
us-east-1
us-west-1
us-west-2
eu-west-1
ap-southeast-2
ap-southeast-1
ap-northeast-1
sa-east-1
But for the following regions:
us-east-2
ca-central-1
eu-central-1
eu-west-2
ap-northeast-2
ap-south-1
I get this error each time:
Connecting to the hive. Traceback (most recent call last): File "/usr/local/bin/bees", line 6, in <module> main.main() File "/usr/local/lib/python2.7/site-packages/beeswithmachineguns/main.py", line 270, in main parse_options() File "/usr/local/lib/python2.7/site-packages/beeswithmachineguns/main.py", line 210, in parse_options bees.up(options.servers, options.group, options.zone, options.instance, options.type, options.login, options.key, options.subnet, options.bid) File "/usr/local/lib/python2.7/site-packages/beeswithmachineguns/bees.py", line 176, in up raise Exception("Invalid zone specified? Unable to connect to region using zone name") Exception: Invalid zone specified? Unable to connect to region using zone name
Any ideas?
The text was updated successfully, but these errors were encountered: