Amazon EC2 · Arazzo Workflow
Amazon EC2 Stop and Start Instance Cycle
Version 1.0.0
Stop an instance, wait until stopped, then start it again and confirm running.
View Spec
View on GitHub
Cloud ComputingComputeInfrastructure-as-a-ServiceInfrastructureVirtual MachinesArazzoWorkflows
Provider
Workflows
stop-start-instance-cycle
Cycle an instance through stopped and back to running.
Chains StopInstances, a stopped-state poll, StartInstances, and a running-state poll, each branching on the instance state name.
1
2
pollStopped
Describe the instance and branch on its state, looping while stopping and proceeding once it reports stopped.
3
4
pollRunning
Describe the 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.