aws-billing icon indicating copy to clipboard operation
aws-billing copied to clipboard

eu-central-1 is an invalid region

Open DominiksCode opened this issue 8 years ago • 2 comments

The Region eu-central-1 is not available

DominiksCode avatar Jan 10 '17 14:01 DominiksCode

I'm fairly sure it is a valid region... it's listed as a valid region endpoint for many AWS services in the official documentation. I don't think its that new either?

tdmalone avatar Feb 09 '18 06:02 tdmalone

This is because of a change in the authentication method for new AWS regions, as of quite some time ago, and also affects eu-west-2 (London). I have forked this project and fixed the issue, tested with eu-west-2, and it seems to work. I basically removed the obsolete knox package, which didn't support the authorisation method required by AWS now for S3, and replaced it with the proper aws-sdk package. I've had a pull request here forever, which has a few enhancements in it now (it keeps growing!) ... see: https://github.com/segmentio/aws-billing/pull/2

Or just use my fork directly, it's here:

https://github.com/codeenigma/aws-billing

gregharvey avatar Nov 08 '18 16:11 gregharvey