Amazon EC2 · Arazzo Workflow
Amazon EC2 Launch and Await Running
Version 1.0.0
Launch an instance, then poll DescribeInstances until it reaches the running state.
Provider
Workflows
launch-and-await-running
Launch one instance and wait for it to become running before returning.
Chains RunInstances with a DescribeInstances poll loop that branches on the instance state name, looping while pending and ending once running.
1
runInstance
runInstances
Launch a single instance from the supplied AMI.
2
pollState
describeInstances
Describe the launched instance and branch on its state, looping while pending and ending once it reports running.