actions-marketplace-validations/Run AWS ECS Task
Runs a task in AWS ECS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 11, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/icalia-actions_run-aws-ecs-task@bbe0d1f9c16c0f076fe40a0c3e8abd8c71e60c2e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster | The AWS ECS cluster where we should run the task | yes | — |
| name | The name of the AWS ECS Task | yes | — |
| template | The template used to run the task (i.e. --cli-input-json | --cli-input-yaml) | no | — |
| definition-template | The path to the AWS ECS Task Definition template to use | no | — |
| container-images | A JSON map of containers and their respective images to use | no | — |
| environment-vars | A JSON map of environment variables that will be replaced in the template (on all containers) | no | — |
| secrets | A JSON map of secrets variables that will be replaced in the template (on all containers) | no | — |
| wait-to-completion | Waits until the task is completed | no | — |
Outputs
| name | description |
|---|---|
| task-definition-arn | The registered Task Definition ARN |