Amazon Fargate · Arazzo Workflow
Amazon Fargate Deploy a Service
Version 1.0.0
Register a task definition, create a Fargate service, and poll until the running count meets the desired count.
Provider
Workflows
deploy-service
Register a task definition and create a Fargate service, then confirm it reaches its desired count.
Chains registerTaskDefinition and createService, then loops over describeServices until runningCount equals desiredCount.
1
registerTaskDefinition
Register the FARGATE-compatible task definition the service will run.
2
3
pollServiceSteady
Poll DescribeServices until the running count reaches the desired count, re-entering this step while the service is still scaling up.
Source API Descriptions
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.