Skip to content

Instantly share code, notes, and snippets.

@joncnet
Created May 28, 2016 10:45
Show Gist options
  • Save joncnet/e763105513b35a3dd5e06efe47aa898c to your computer and use it in GitHub Desktop.
Save joncnet/e763105513b35a3dd5e06efe47aa898c to your computer and use it in GitHub Desktop.
"auto_scale_policy":[
{
"name":"scale-out",
"threshold":100,
"comparisonOperator":">=",
"period":5,
"cooldown":60,
"mode":"REACTIVE",
"type":"WEIGHTED",
"alarms": [
{
"metric":"system.cpu.load[percpu,avg1]",
"statistic":"avg",
"comparisonOperator":">",
"threshold":0.70,
"weight":1
}
],
"actions": [
{
"type":"SCALE_OUT",
"value":"2"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment