Amazon EC2 · Arazzo Workflow
Amazon EC2 Restart and Verify Instance
Version 1.0.0
Reboot an instance and poll its status until checks report passed.
Provider
Workflows
restart-and-verify-instance
Reboot an instance and confirm it returns to a running, status-checked state.
Chains RebootInstances, a DescribeInstances running-state poll that branches on the instance state, and DescribeInstanceStatus to confirm the instance is back and reporting status.
1
rebootInstance
rebootInstances
Request a reboot of the target instance.
2
pollRunning
describeInstances
Describe the instance and branch on its state, looping while pending and proceeding once it reports running again.
3
verifyStatus
describeInstanceStatus
Confirm the rebooted instance reports status information.