agendrix/Wait for ECS service deployment
Wait for an ECS service deployment to complete
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster | Name of the ECS cluster in which the service operates | yes | — |
| service | Name of the ECS service | yes | — |
| task-definition-arn | ARN of the task definition attached to the deployment to monitor | yes | — |
| deployment-timeout-minutes | How long to wait for the ECS service deployment to complete before failing | — | 10 |
Outputs
| name | description |
|---|---|
| deployment-outcome | The outcome of the service deployment. Possible values are: 'success' if the deployment completed successfully and that the service is stable 'skipped' if a new primary deployment was enqueue while the deployment was ongoing |