AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Deletes the specified Auto Scaling group.

If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed.

If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action.

To remove instances from the Auto Scaling group before deleting it, call DetachInstances with the list of instances and the option to decrement the desired capacity so that Auto Scaling does not launch replacement instances.

To terminate all instances before deleting the Auto Scaling group, call UpdateAutoScalingGroup and set the minimum size and desired capacity of the Auto Scaling group to zero.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DeleteAutoScalingGroupResponse DeleteAutoScalingGroup(
         DeleteAutoScalingGroupRequest request
)

Parameters

request
Type: Amazon.AutoScaling.Model.DeleteAutoScalingGroupRequest

Container for the necessary parameters to execute the DeleteAutoScalingGroup service method.

Return Value
Type: Amazon.AutoScaling.Model.DeleteAutoScalingGroupResponse
The response from the DeleteAutoScalingGroup service method, as returned by AutoScaling.

Exceptions

ExceptionCondition
ResourceContentionException You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ResourceInUseException The Auto Scaling group or launch configuration can't be deleted because it is in use.
ScalingActivityInProgressException The Auto Scaling group can't be deleted because there are scaling activities in progress.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5