This template creates two scheduled actions for an Auto Scaling group. The 'ScheduledActionOut' action starts at 7 AM every day and sets the Auto Scaling group to a minimum of five Amazon EC2 instances with a maximum of 10. The 'ScheduledActionIn' action starts at 7 PM every day and sets the Auto Scaling group to a minimum and maximum of one Amazon EC2 instance. The time zone is not provided, so these scheduled actions will recur in UTC time.

ScheduledActionOut
AWS::AutoScaling::ScheduledAction


ScheduledActionIn
AWS::AutoScaling::ScheduledAction


AutoScalingGroup
AWS::AutoScaling::AutoScalingGroup


LaunchTemplate

VPCZoneIdentifier

CloudFormation Template

Share Template