Create Auto Scaling Group
GET {{aws_auto_scaling_api_base_url}}/?AutoScalingGroupName&AvailabilityZones.member.N&DefaultCooldown&DesiredCapacity&HealthCheckGracePeriod&HealthCheckType&InstanceId&LaunchConfigurationName&LaunchTemplate&LifecycleHookSpecificationList.member.N&LoadBalancerNames.member.N&MaxSize&MinSize&MixedInstancesPolicy&NewInstancesProtectedFromScaleIn&PlacementGroup&ServiceLinkedRoleARN&Tags.member.N&TargetGroupARNs.member.N&TerminationPolicies.member.N&VPCZoneIdentifier&Action=CreateAutoScalingGroup
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoScalingGroupName | null | The name of the Auto Scaling group. This name must be unique per Region per account. | |
AvailabilityZones.member.N | null | One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets for VPCZoneIdentifier. | |
DefaultCooldown | null | The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300. | |
DesiredCapacity | null | The number of Amazon EC2 instances that the Auto Scaling group attempts to maintain. 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. If you do not specify a desired capacity, the default is the minimum 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. During this time, any health check failures for the instance are ignored. The default value is 0. | |
HealthCheckType | null | The service to use for the health checks. The valid values are EC2 and ELB. The default value is EC2. 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. | |
InstanceId | null | The ID of the instance used to create a launch configuration for the group. | |
LaunchConfigurationName | null | The name of the launch configuration. | |
LaunchTemplate | null | The launch template to use to launch instances. | |
LifecycleHookSpecificationList.member.N | null | One or more lifecycle hooks. | |
LoadBalancerNames.member.N | null | A list of Classic Load Balancers associated with this Auto Scaling group. For Application Load Balancers and Network Load Balancers, specify a list of target groups using the TargetGroupARNs property instead. | |
MaxSize | null | The maximum size of the group. | |
MinSize | null | The minimum size of the group. | |
MixedInstancesPolicy | null | An embedded object that specifies a mixed instances policy. The required parameters must be specified. If optional parameters are unspecified, their default values are used. | |
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. By default, Amazon EC2 Auto Scaling uses a service-linked role named AWSServiceRoleForAutoScaling, which it creates if it does not exist. For more information, see Service-Linked Roles in the Amazon EC2 Auto Scaling User Guide. | |
Tags.member.N | null | One or more tags. | |
TargetGroupARNs.member.N | null | The Amazon Resource Names (ARN) of the target groups to associate with the Auto Scaling group. Instances are registered as targets in a target group, and traffic is routed to the target group. | |
TerminationPolicies.member.N | null | One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed. | |
VPCZoneIdentifier | null | A comma-separated list of subnet IDs for your virtual private cloud (VPC). | |
Action | string |