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

We use dynamic-dynamodb to auto increase / decrease a DynamoDb table that handles sessions and sometimes (usually due to certain types of DoS-attacks) we receive sudden spikes that result in...

It would be great if we could run this in Lambda now that it supports python and scheduling.

I'm testing this script out for the first time and it seems to want to downscale a table even if consumed is 0. Even tried with increase-consumed-reads-scale: {0: 0}. Same...

When the maximum capacity for the day is reached the script still tries to keep updating the table. Is it possible to stop that?

Hello I'm using dynamic_dynamodb-2.2.1 always-decrease-rw-together = true ignored.. and it decrease read and write seperately. consume decrease opportunity 2 times. ``` reads-lower-threshold: 40 decrease-reads-with: 25 decrease-reads-unit: percent num-read-checks-before-scale-down = 10...

If I have config sections: ``` [table: MyTable] min-provisioned-reads=500 [table:MyTable gsi:^.*$] min-provisioned-reads=100 ``` This just would not work, because the table search `get_tables_and_gsis` would find the first config section and...

It would be good to specify a list of tables that match the specified regular expressions but are ignored by dynanim dynamodb. This would help to scale up throughput when...

Hi, Is there a way to scale up and down at a given time of the day?

The throttle triggered scale-up is often too aggressive, due to a lag between capacity being set and actual throttle going away. It would be extremely helpful to have a cooldown...