Update Auto Scaling Group
GET {{aws_auto_scaling_api_base_url}}/?AutoScalingGroupName&AvailabilityZones.member.N&DefaultCooldown&DesiredCapacity&HealthCheckGracePeriod&HealthCheckType&LaunchConfigurationName&LaunchTemplate&MaxSize&MinSize&MixedInstancesPolicy&NewInstancesProtectedFromScaleIn&PlacementGroup&ServiceLinkedRoleARN&TerminationPolicies.member.N&VPCZoneIdentifier&Action=UpdateAutoScalingGroup
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoScalingGroupName | null | The name of the Auto Scaling group. | |
AvailabilityZones.member.N | null | One or more Availability Zones for the group. | |
DefaultCooldown | null | The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300. This cooldown period is not used when a scaling-specific cooldown is specified. | |
DesiredCapacity | null | The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. | |
HealthCheckGracePeriod | null | The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default value is 0. | |
HealthCheckType | null | The service to use for the health checks. The valid values are EC2 and ELB. If you configure an Auto Scaling group to use ELB health checks, it considers the instance unhealthy if it fails either the EC2 status checks or the load balancer health checks. | |
LaunchConfigurationName | null | The name of the launch configuration. If you specify LaunchConfigurationName in your update request, you can't specify LaunchTemplate or MixedInstancesPolicy. | |
LaunchTemplate | null | The launch template and version to use to specify the updates. If you specify LaunchTemplate in your update request, you can't specify LaunchConfigurationName or MixedInstancesPolicy. | |
MaxSize | null | The maximum size of the Auto Scaling group. | |
MinSize | null | The minimum size of the Auto Scaling group. | |
MixedInstancesPolicy | null | An embedded object that specifies a mixed instances policy. | |
NewInstancesProtectedFromScaleIn | null | Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. | |
PlacementGroup | null | The name of the placement group into which to launch your instances, if any. A placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a placement group. For more information, see Placement Groups in the Amazon EC2 User Guide for Linux Instances. | |
ServiceLinkedRoleARN | null | The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS services on your behalf. For more information, see Service-Linked Roles in the Amazon EC2 Auto Scaling User Guide. | |
TerminationPolicies.member.N | null | A standalone termination policy or a list of termination policies used to select the instance to terminate. The policies are executed in the order that they are listed. | |
VPCZoneIdentifier | null | A comma-separated list of subnet IDs for virtual private cloud (VPC). | |
Action | string |