Skip to content
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

Wrong region in log message for instance profile authentication #170

Closed
sebdah opened this issue May 20, 2014 · 0 comments
Closed

Wrong region in log message for instance profile authentication #170

sebdah opened this issue May 20, 2014 · 0 comments
Assignees
Milestone

Comments

@sebdah
Copy link
Owner

sebdah commented May 20, 2014

@ulsa reported the following in #166.


Noticed something weird that might be unrelated to this problem. Forgot to set region on command-line, so all connections were to us-east-1. But it still said my table name matched, it could read all four table names from AWS, and it managed to get the read provisioning for the matching table. That shouldn't have worked, right?

$ sudo dynamic-dynamodb --table dev-OneDynamoDBTable-1NZQE9XTDXD81 ...
2014-05-20 07:24:20,309 - dynamic-dynamodb - DEBUG - Connected to SNS in us-east-1
2014-05-20 07:24:20,349 - dynamic-dynamodb - DEBUG - Connected to DynamoDB in us-east-1
2014-05-20 07:24:20,485 - dynamic-dynamodb - DEBUG - Connected to CloudWatch in us-east-1
2014-05-20 07:24:20,549 - dynamic-dynamodb - DEBUG - Table dev-OneDynamoDBTable-1NZQE9XTDXD81 match with config key dev-OneDynamoDBTable-1NZQE9XTDXD81
2014-05-20 07:24:20,550 - dynamic-dynamodb - DEBUG - Table dev-TwoDynamoDBTable-TIC25BS7EPSE did not match with config key dev-OneDynamoDBTable-1NZQE9XTDXD81
2014-05-20 07:24:20,550 - dynamic-dynamodb - DEBUG - Table dev-ThreeDynamoDBTable-1TL5MPJ9HNBSN did not match with config key dev-OneDynamoDBTable-1NZQE9XTDXD81
2014-05-20 07:24:20,551 - dynamic-dynamodb - DEBUG - Table dev-FourDynamoDBTable-1LHSXXAPI9TRS did not match with config key dev-OneDynamoDBTable-1NZQE9XTDXD81
2014-05-20 07:24:20,567 - dynamic-dynamodb - DEBUG - dev-OneDynamoDBTable-1NZQE9XTDXD81 - Currently provisioned read units: 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant