zamarawka/AWS ECS. Run fargate Task
Run and wait untill end existing ECS task
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| task_name | Name of existing ECS task, in the form of `name[:version]`. | yes | — |
| cluster | ECS Cluster to run task on | no | default |
| check_cluster_exists | Check cluster exists before task run. Need additional IAM policy. | no | false |
| command | Overide default container command | no | — |
| sg_ids | Security groups ids | no | — |
| sg_filters | Security groups filter | no | — |
| sg_names | Security groups names | no | — |
| subnet_filters | Subnets filter | no | — |
| subnet_ids | Subnets ids | no | — |
| public_ip | Assign public ip for task | — | false |
| wait | Wait for ECS task to complete | — | true |
| timeout | Timeout when waiting for completition | no | 600 |
| capacity_provider | Capacity provider type. By default will pick it from your cluster settings. | no | — |
| count | Tasks count | no | 1 |
Outputs
| name | description |
|---|---|
| status | Exit status of container |