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
registerTaskDefinition
Register a new revision of the task definition with the updated image.
2
updateService
updateService
Update the service to the new task definition revision and desired count.
3
pollDeployment
describeServices
Poll DescribeServices until the running count matches the desired count, re-entering while the rollout is still in progress.