synapsestudios/Amazon ECS "Run Task" Action for GitHub Actions

Runs a task definition on an ECS cluster as a one-off task

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
task-definitionThe family and revision (family:revision) or full ARN of the task definition to run. If a revision isn't specified, the latest ACTIVE revision is used.yes
clusterThe short name or full Amazon Resource Name (ARN) of the cluster to run your task on. If you do not specify a cluster, the default cluster is assumed.no
launch-typeThe infrastructure to run your standalone task on. For more information, see Amazon ECS launch types in the Amazon Elastic Container Service Developer Guide.no
network-configurationThe network configuration for the task. This parameter is required for task definitions that use the awsvpc network mode to receive their own elastic network interface, and it isn't supported for other network modes. For more information, see Task networking in the Amazon Elastic Container Service Developer Guide.no
wait-for-tasks-stoppedWhether to wait for task to stopno
overridesThe overrides for the taskno
namedescription
task-definitionThe path to the rendered task definition file