oryanmoshe/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-access-key-id | The AWS_ACCESS_KEY_ID (string) | — | — |
| aws-secret-access-key | The AWS_SECRET_ACCESS_KEY (string) | — | — |
| aws-region | The AWS_REGION (string) | — | — |
| verbose | Whether to print the retry log (bool) | — | false |
Outputs
| name | description |
|---|---|
| retries | How many retries happened until success (integer) |