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
registerTaskDefinition
Register the FARGATE-compatible task definition the service will run.
2
createService
createService
Create the Fargate service that maintains the desired number of tasks.
3
pollServiceSteady
describeServices
Poll DescribeServices until the running count reaches the desired count, re-entering this step while the service is still scaling up.