Skip to content

Instantly share code, notes, and snippets.

@flannon
Last active September 18, 2015 20:53
Show Gist options
  • Save flannon/58bcda1005688b903eb4 to your computer and use it in GitHub Desktop.
Save flannon/58bcda1005688b903eb4 to your computer and use it in GitHub Desktop.
Scale down - time based scale down sets autoscaling group to 0 instances
aws autoscaling put-scheduled-update-group-action --scheduled-action-name <name-DownDaily> --auto-scaling-group-name <name-asg> --recurrence "10 22 * * *" --min-size 0 --max-size 0 --desired-capacity 0 --start-time 2015-08-16T20:12:00Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment