dynamic-dynamodb icon indicating copy to clipboard operation
dynamic-dynamodb copied to clipboard

Dynamic DynamoDB provides auto scaling for AWS DynamoDB

Results 35 dynamic-dynamodb issues
Sort by recently updated
recently updated
newest added

DynamoDB is limited by default to 4 downscales per 24 hours. I'm finding that Dynamic DynamoDB exhausts this limit in the first hours of each day, scaling up and down,...

We have in our config: ``` num-read-checks-before-scale-down: 30 num-write-checks-before-scale-down: 30 always-decrease-rw-together: true allow-scaling-down-reads-on-0-percent: true allow-scaling-down-writes-on-0-percent: true ``` These settings don't play well together and make it effectively impossible that it...

I was experimenting with this on a development environment and had a situation where these configuration options were not sufficient to stop the tool from updating the write throughput. under...

It would be great to have a way to setup scheduled scaling, to handle known periods of high utilisation, like batch processing, etc. Related to this, it would be good...

"Consumed read units" is logged twice per table at info level.

Closes #280 Finally got working. Some parts not very nice, but at least it works :) Please find enclosed documentation and how to setup.

Hi I am seeing that the circuit breaker url is checked as many times as the # of tables being monitored. Being it a "global" setting does it make sense...

type: question

Any plan to make a Dockerfile in order to run it on Amazon ECS? Would be a good alternative to running an EC2 instance.

The configuration options in the docs is quite messy, we need to clean that up.

type: enhancement
status: not started

We have around 150 tables that we need to monitor. Now, when 20 tables need adjustments the following happens: 2014-12-24 16:01:14,806 - dynamic-dynamodb - WARNING - production.Usages.20141229 - LimitExceededException: Subscriber...

type: enhancement
status: not started