Amazon EC2 Auto Scaling · Arazzo Workflow
Amazon EC2 Auto Scaling Decommission Group and Launch Configuration
Version 1.0.0
Force-delete an Auto Scaling group, confirm it is gone, and delete its launch configuration.
View Spec
View on GitHub
Amazon Web ServicesAuto ScalingComputeEC2High AvailabilityScalingArazzoWorkflows
Provider
Workflows
decommission-group-and-launch-configuration
Delete an Auto Scaling group, verify removal, and delete its launch configuration.
Force-deletes the group, confirms it is gone, then deletes the associated launch configuration.
1
deleteAutoScalingGroup
POST_DeleteAutoScalingGroup
Delete the Auto Scaling group, optionally forcing termination of all its instances.
2
confirmGroupDeleted
POST_DescribeAutoScalingGroups
Describe groups filtered by name and branch on whether the deleted group is fully gone before removing the launch configuration.
3
deleteLaunchConfiguration
POST_DeleteLaunchConfiguration
Delete the launch configuration that backed the now-removed Auto Scaling group.