Amazon EC2 Auto Scaling · Arazzo Workflow
Amazon EC2 Auto Scaling Register Lifecycle Hook and Complete Action
Version 1.0.0
Add a lifecycle hook to a group, confirm it, and complete a pending lifecycle action.
View Spec
View on GitHub
Amazon Web ServicesAuto ScalingComputeEC2High AvailabilityScalingArazzoWorkflows
Provider
Workflows
register-lifecycle-hook-and-complete-action
Create a lifecycle hook, verify it, and complete a pending lifecycle action.
Puts a lifecycle hook on the group, confirms it via describe, and completes a pending lifecycle action for an instance.
1
putLifecycleHook
POST_PutLifecycleHook
Create or update the lifecycle hook on the Auto Scaling group.
2
describeLifecycleHooks
POST_DescribeLifecycleHooks
Describe the group's lifecycle hooks to confirm the new hook is registered and capture its transition and timeout.
3
completeLifecycleAction
POST_CompleteLifecycleAction
Complete a pending lifecycle action for the instance with the supplied result so the instance can proceed.