-
Notifications
You must be signed in to change notification settings - Fork 48
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
eu-central-1, cant connect #54
Comments
Can confirm. I am having this problem as well. Could this be because eu-central-1 requires S3 Signature Version 4? This is happening even with an IAM policy like this:
|
Same issue here. Happening with an IAM policy of full Admin access, so certainly not an IAM issue. |
@tnolet @zoutepopcorn @waldher Did any of you find a resolution to this? I am facing this issue with the new us-east-2 (Ohio) region. I noticed the DynamoDB API version was on the old version, so I tried to change that to the newer version, but that didn't fix it. I'm running out of ideas. |
@mda590 I dont know, switch to another server or try to contact aws. |
I cant connect to the eu-central-1. BUT: eu-west-1 is working fine.
I get the error:
{ [Error: PutItem [400]: The security token included in the request is invalid]
statusCode: 400,
requestId: 'XXX************************************XXXXX',
code: 'UnrecognizedClientException',
data:
{ __type: 'com.amazon.coral.service#UnrecognizedClientException',
message: 'The security token included in the request is invalid' } }
The text was updated successfully, but these errors were encountered: