Amazon Fargate · Arazzo Workflow
Amazon Fargate Provision and Run a Task
Version 1.0.0
Create a cluster, register a Fargate task definition, run a task, and poll until it reaches RUNNING.
Provider
Workflows
provision-and-run-task
Stand up a cluster and task definition, then run and confirm a Fargate task is RUNNING.
Chains createCluster, registerTaskDefinition, and runTask, then loops over describeTasks until the started task reports a terminal or running state.
1
2
registerTaskDefinition
Register a FARGATE-compatible task definition with the supplied container.
3
4
pollTaskStatus
Poll DescribeTasks until the started task reaches RUNNING or STOPPED. The loop re-enters this step while the task is still provisioning or pending.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.