actions-marketplace-validations/Run AWS ECS Task

Runs a task in AWS ECS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 11, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/icalia-actions_run-aws-ecs-task@bbe0d1f9c16c0f076fe40a0c3e8abd8c71e60c2e # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
clusterThe AWS ECS cluster where we should run the taskyes
nameThe name of the AWS ECS Taskyes
templateThe template used to run the task (i.e. --cli-input-json | --cli-input-yaml)no
definition-templateThe path to the AWS ECS Task Definition template to useno
container-imagesA JSON map of containers and their respective images to useno
environment-varsA JSON map of environment variables that will be replaced in the template (on all containers)no
secretsA JSON map of secrets variables that will be replaced in the template (on all containers)no
wait-to-completionWaits until the task is completedno
namedescription
task-definition-arnThe registered Task Definition ARN