Skip to content

No error message when having insufficient IAM permissions #166

@ulsa

Description

@ulsa

I start it as a daemon like this:

sudo dynamic-dynamodb -c /etc/example/dynamic-dynamodb.conf --daemon start --pid-file-dir /var/run

without any errors, but no scaling is performed and the log just says this:

2014-05-16 15:05:20,934 - dynamic-dynamodb - DEBUG - Authenticating to SNS using EC2 instance profile
2014-05-16 15:05:20,976 - dynamic-dynamodb - DEBUG - Connected to SNS in eu-west-1
2014-05-16 15:05:20,977 - dynamic-dynamodb - DEBUG - Connecting to DynamoDB in eu-west-1
2014-05-16 15:05:20,978 - dynamic-dynamodb - DEBUG - Authenticating to DynamoDB using EC2 instance profile
2014-05-16 15:05:20,988 - dynamic-dynamodb - DEBUG - Connected to DynamoDB in eu-west-1
2014-05-16 15:05:21,095 - dynamic-dynamodb - DEBUG - Authenticating to CloudWatch using EC2 instance profile
2014-05-16 15:05:21,106 - dynamic-dynamodb - DEBUG - Connected to CloudWatch in eu-west-1
2014-05-16 15:05:21,452 - dynamic-dynamodb - DEBUG - Table dev-OneDynamoDBTable-1NZQE9XTDXD81 match with config key ^dev-.+DynamoDBTable-.+$
2014-05-16 15:05:21,452 - dynamic-dynamodb - DEBUG - Table dev-TwoDynamoDBTable-TIC25BS7EPSE match with config key ^dev-.+DynamoDBTable-.+$
2014-05-16 15:05:21,452 - dynamic-dynamodb - DEBUG - Table dev-ThreeDynamoDBTable-1TL5MPJ9HNBSN match with config key ^dev-.+DynamoDBTable-.+$
2014-05-16 15:05:21,452 - dynamic-dynamodb - DEBUG - Table dev-FourDynamoDBTable-1LHSXXAPI9TRS match with config key ^dev-.+DynamoDBTable-.+$
2014-05-16 15:05:21,483 - dynamic-dynamodb - DEBUG - dev-OneDynamoDBTable-1NZQE9XTDXD81 - Currently provisioned read units: 10

Process is running:

$ ps -ef|grep dynamic
root     25731     1  0 17:51 ?        00:00:00 /usr/bin/python /usr/local/bin/dynamic-dynamodb -c /etc/example/dynamic-dynamodb.conf --daemon start --pid-file-dir /var/run

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions