Complete Lifecycle Action
GET {{aws_auto_scaling_api_base_url}}/?AutoScalingGroupName&InstanceId&LifecycleActionResult&LifecycleActionToken&LifecycleHookName&Action=CompleteLifecycleAction
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoScalingGroupName | null | The name of the Auto Scaling group. | |
InstanceId | null | The ID of the instance. | |
LifecycleActionResult | null | The action for the group to take. This parameter can be either CONTINUE or ABANDON. | |
LifecycleActionToken | null | A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook. | |
LifecycleHookName | null | The name of the lifecycle hook. | |
Action | string |