Skip to content

Instantly share code, notes, and snippets.

@siroken3
Last active December 18, 2015 22:29
Show Gist options
  • Select an option

  • Save siroken3/5855172 to your computer and use it in GitHub Desktop.

Select an option

Save siroken3/5855172 to your computer and use it in GitHub Desktop.
aws autoscaling scheduled (繰り返し) cron形式で指定するのは UTCの点に注意
aws autoscaling put-scheduled-update-group-action --auto-scaling-group-name GroupName --recurrence '17 1 * * *' --max-size 5 --scheduled-action-name "Wakeup"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment