Skip to content

Instantly share code, notes, and snippets.

@brijesh-deb
Last active December 23, 2017 15:48
Show Gist options
  • Save brijesh-deb/4c7806623249c63468dab4228d5770f2 to your computer and use it in GitHub Desktop.
Save brijesh-deb/4c7806623249c63468dab4228d5770f2 to your computer and use it in GitHub Desktop.
#AWS #ScalingPolicy

Setup scaling policies

  • EC2 dashboard > Auto-scaling group > select specific group
  • Scaling policies > Add policy > create a simple scaling policy
  • Scale up policy
    • Create new alarm
      • Uncheck send a notification
      • Whenever "Average" of "Network Out"
      • Is >= 5000,000
    • Take the action "add" 1 "instances"
  • Scale down policy
    • Create new alarm
      • Uncheck send a notification
      • Whenever "Average" of "Network Out"
      • Is < 5000,000
    • Take the action "remove" 1 "instances"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment