nccgroup / opinel

Python code shared by Scout2 and AWS-Recipes
GNU General Public License v2.0
24 stars 18 forks source link

Out of date endpoints in data/boto-endpoints.json #13

Closed Sp3000 closed 7 years ago

Sp3000 commented 7 years ago

I was trying to use Scout2 and was wondering why some of the newer regions weren't listed. It appears that boto-endpoints.json isn't quite up to date, and I had to update the list using http://docs.aws.amazon.com/general/latest/gr/rande.html

Just thought I'd give a heads up.

l01cd3v commented 7 years ago

Thanks ! I had to manually import the endpoint list from for a while because of https://github.com/boto/botocore/issues/339 but this has been resolved so I'm going to modify the code to use the list built into botocore.

l01cd3v commented 7 years ago

I also removed the file in 8e80a9340d9a0e936b557ee2962ff1dd2dc40144. Closing

l01cd3v commented 7 years ago

Getting the latest Scout2 code you'll get version 2.1.0 that should address this issue

Sp3000 commented 7 years ago

Thanks! Seems to be working fine. Nice to see that it's back to automated.