Amazon Fargate · Arazzo Workflow
Amazon Fargate Roll Out a Service Update
Version 1.0.0
Register a new task definition revision, update a service to it, and poll until the deployment is steady.
Provider
Workflows
rolling-update-service
Register a new task definition revision and roll it out to an existing service.
Chains registerTaskDefinition and updateService, then loops over describeServices until the new deployment reaches steady state.
1
registerNewRevision
Register a new revision of the task definition with the updated image.
2
updateService
Update the service to the new task definition revision and desired count.
3
pollDeployment
Poll DescribeServices until the running count matches the desired count, re-entering while the rollout is still in progress.
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.