actions-marketplace-validations/Run one-off task on ECS
Run a task on ECS and waits for ECS task to finish.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 9, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/noelzubin_aws-ecs-run-task@9022178ec320b17bf25b1f3a1ce25888f93406a5 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster | The name of the ECS service's cluster. Will default to the 'default' cluster | no | — |
| task-definition | The name of the task-definition | yes | — |
| subnets | The list of subnets | yes | — |
| security-groups | The list of Security Groups | yes | — |
| override-container | The container whose command should be overridden | no | — |
| override-container-command | The command to to be run on the overrided container | no | — |
| assign-public-ip | Assign public IP to the task. (ENABLED/DISABLED) | no | ENABLED |
Outputs
| name | description |
|---|---|
| task-arn | The ARN for the tash that finished running |
| status | The status of the task, success for sucesssful tasks. |