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

KeyDatatypeRequiredDescription
AutoScalingGroupNamenullThe name of the Auto Scaling group. This name must be unique per Region per account.
AvailabilityZones.member.NnullOne or more Availability Zones for the group. This parameter is optional if you specify one or more subnets for VPCZoneIdentifier.
DefaultCooldownnullThe amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300.
DesiredCapacitynullThe 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.
HealthCheckGracePeriodnullThe 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.
HealthCheckTypenullThe 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.
InstanceIdnullThe ID of the instance used to create a launch configuration for the group.
LaunchConfigurationNamenullThe name of the launch configuration.
LaunchTemplatenullThe launch template to use to launch instances.
LifecycleHookSpecificationList.member.NnullOne or more lifecycle hooks.
LoadBalancerNames.member.NnullA 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.
MaxSizenullThe maximum size of the group.
MinSizenullThe minimum size of the group.
MixedInstancesPolicynullAn embedded object that specifies a mixed instances policy. The required parameters must be specified. If optional parameters are unspecified, their default values are used.
NewInstancesProtectedFromScaleInnullIndicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.
PlacementGroupnullThe 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.
ServiceLinkedRoleARNnullThe 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.NnullOne or more tags.
TargetGroupARNs.member.NnullThe 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.NnullOne or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.
VPCZoneIdentifiernullA comma-separated list of subnet IDs for your virtual private cloud (VPC).
Actionstring