Put Scheduled Update Group Action
GET {{aws_auto_scaling_api_base_url}}/?AutoScalingGroupName&DesiredCapacity&EndTime&MaxSize&MinSize&Recurrence&ScheduledActionName&StartTime&Time&Action=PutScheduledUpdateGroupAction
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoScalingGroupName | null | The name of the Auto Scaling group. | |
DesiredCapacity | null | The number of EC2 instances that should be running in the Auto Scaling group. | |
EndTime | null | The date and time for the recurring schedule to end. Amazon EC2 Auto Scaling does not perform the action after this time. | |
MaxSize | null | The maximum number of instances in the Auto Scaling group. | |
MinSize | null | The minimum number of instances in the Auto Scaling group. | |
Recurrence | null | The recurring schedule for this action, in Unix cron syntax format. This format consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, 30 0 1 1,6,12 *). For more information about this format, see Crontab. | |
ScheduledActionName | null | The name of this scaling action. | |
StartTime | null | The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for example, 2019-06-01T00:00:00Z). | |
Time | null | This parameter is no longer used. | |
Action | string |