Creates a new Auto Scaling group with the specified name and other attributes. When the creation request is completed, the Auto Scaling group is ready to be used in other calls.

NOTE: The Auto Scaling group name must be unique within the scope of your AWS account, and under the quota of Auto Scaling groups allowed for your account.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.2.0 (1.4.2.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
CreateAutoScalingGroupResponse CreateAutoScalingGroup(
	CreateAutoScalingGroupRequest createAutoScalingGroupRequest
)
Function CreateAutoScalingGroup ( _
	createAutoScalingGroupRequest As CreateAutoScalingGroupRequest _
) As CreateAutoScalingGroupResponse
CreateAutoScalingGroupResponse^ CreateAutoScalingGroup(
	CreateAutoScalingGroupRequest^ createAutoScalingGroupRequest
)

Parameters

createAutoScalingGroupRequest
CreateAutoScalingGroupRequest
Container for the necessary parameters to execute the CreateAutoScalingGroup service method on AmazonAutoScaling.

Exceptions

See Also