Skip to content

Instantly share code, notes, and snippets.

@flannon
Last active September 18, 2015 20:52
Show Gist options
  • Save flannon/deca191c97a4cec598e1 to your computer and use it in GitHub Desktop.
Save flannon/deca191c97a4cec598e1 to your computer and use it in GitHub Desktop.
Scale up - time based scale up of autoscale group
aws autoscaling put-scheduled-update-group-action --scheduled-action-name <name-UpDaily> --auto-scaling-group-name <name-asg> --recurrence "45 16 * * *" --min-size 1 --max-size 1 --desired-capacity 1 --start-time 2015-08-16T20:44:00Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment