tahadlgr/ECS Wait
Waits for ECS service stability
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ecs-cluster | The ECS cluster name (string) | yes | — |
| ecs-services | List of ECS services to wait for (string[]) | yes | — |
| retries | How many times to retry the 10 minute wait (integer) | — | 2 |
| aws-region | The AWS_REGION (string) | — | — |
| verbose | Whether to print the retry log (bool) | — | false |
| role-to-assume | role which has permission to interact with the account | yes | — |
Outputs
| name | description |
|---|---|
| retries | How many retries happened until success (integer) |