Skip to content

spaceapegames/chef-dynamic-dynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======= DEPRECATED

** This cookbook is no longer supported. You should check https://github.com/sebdah/dynamic-dynamodb for alternatives. **

dynamic-dynamodb

This is a simple cookbook to install and configure dynamic-dynamodb, it relies on supervisord and a databag to grab the table setup from. This cookbook was a quick hack i put together, so please help me improve it if you wish. It should work out of the box on ubuntu systems.

Accepting pull requests actively, just create an issue and make a request, or catch me on irc (freenode willejs), twitter or email.

==== databag config

{
  "test_1": {
    "decrease_reads_with": 50,
    "min_provisioned_reads": 100,
    "maintenance_windows": "22:00_23:59,00:00_06:00",
    "writes_lower_threshold": 30,
    "allow_scaling_down_reads_on_0_percent": true,
    "writes_upper_threshold": 90,
    "increase_reads_with": 50,
    "increase_reads_unit": "percent",
    "decrease_writes_with": 50,
    "max_provisioned_reads": 500,
    "always_decrease_rw_together": true,
    "reads_upper_threshold": 90,
    "allow_scaling_down_writes_on_0_percent": true,
    "reads_lower_threshold": 30,
    "decrease_writes_unit": "percent",
    "max_provisioned_writes": 500,
    "decrease_reads_unit": "percent",
    "increase_writes_with": 50,
    "min_provisioned_writes": 100,
    "increase_writes_unit": "percent"
  },
  "id": "tables"
}

About

chef cookbook for dynamic-dynamodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages