Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save doodoori2/e9f445d84c9a8358332c65aca2e97553 to your computer and use it in GitHub Desktop.

Select an option

Save doodoori2/e9f445d84c9a8358332c65aca2e97553 to your computer and use it in GitHub Desktop.
[global]
region: ap-northeast-2
check-interval: 120
[logging]
log-level: info
[default_options]
[table: ^blahblah$]
# Enable reads up or down scaling
enable-reads-up-scaling = true
enable-reads-down-scaling = true
lookback-window-start = 10
lookback-period = 5
# Thresholds for scaling up or down the provisioning (%)
reads-upper-threshold: 70
reads-lower-threshold: 40
increase-reads-unit: percent
increase-consumed-reads-with: 30
decrease-reads-with: 25
decrease-reads-unit: percent
min-provisioned-reads: 1000
max-provisioned-reads: 4000
num-read-checks-before-scale-down = 10
num-read-checks-reset-percent = 80
enable-writes-up-scaling = true
enable-writes-down-scaling = true
writes-upper-threshold: 70
writes-lower-threshold: 40
increase-writes-with: 25
increase-writes-unit: percent
decrease-writes-with: 25
decrease-writes-unit: percent
min-provisioned-writes: 1000
max-provisioned-writes: 7000
num-write-checks-before-scale-down = 10
num-write-checks-reset-percent = 80
allow-scaling-down-reads-on-0-percent: false
allow-scaling-down-writes-on-0-percent: false
always-decrease-rw-together: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment