Last active
September 18, 2015 20:52
-
-
Save flannon/deca191c97a4cec598e1 to your computer and use it in GitHub Desktop.
Scale up - time based scale up of autoscale group
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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