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.
View Spec
View on GitHub
Cloud ComputingComputeInfrastructure-as-a-ServiceInfrastructureVirtual MachinesArazzoWorkflows
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
2
pollState
Describe the launched instance and branch on its state, looping while pending and ending once it reports running.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.