This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
ec2.connect_to_region fails to connect to us-east-2 #3629
Comments
I think you can't do DescribeRegions because sometimes you will be operating in an environment which does not have the IAM access to make that call. Looks like boto has been updated for us-east-2 regardless. d146df0 |
kalpatel01
pushed a commit
to Bridgewater/security_monkey
that referenced
this issue
Feb 24, 2017
Type: generic-bugfix Why is this change necessary? There is a known defect with boto that returns a None connection for us-east-2 (boto/boto#3629) This change addresses the need by: Moves affected watchers to boto3 connection. Potential Side Effects: None
kalpatel01
pushed a commit
to Bridgewater/security_monkey
that referenced
this issue
Feb 24, 2017
Type: generic-bugfix Why is this change necessary? There is a known defect with boto that returns a None connection for us-east-2 (boto/boto#3629) This change addresses the need by: Moves affected watchers to boto3 connection. Potential Side Effects: None
scriptsrc
pushed a commit
to Netflix/security_monkey
that referenced
this issue
Mar 8, 2017
Type: generic-bugfix Why is this change necessary? There is a known defect with boto that returns a None connection for us-east-2 (boto/boto#3629) This change addresses the need by: Moves affected watchers to boto3 connection. Potential Side Effects: None
Hi, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ec2.connect_to_region fails to connect to us-east-2.
The reason is because regions/endpoints are hardcoded in boto.ENDPOINTS_PATH json file.
Need to switch to http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRegions.html
The text was updated successfully, but these errors were encountered: