dave-irvine/Amazon ECS "Run Task" Action for GitHub Actions

Starts a new task using the specified task definition

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
clusterThe name of the ECS service's cluster. Will default to the 'default' clusternodefault
task-definitionThe family and revision (family:revision) or full ARN of the task definition to run. If a revision is not specified, the latest ACTIVE revision is used.yes
launch-typeThe type of task to launch ('EC2' or 'FARGATE')yes
subnetsThe subnet IDs (comma seperated) in which to run the taskno
security-groupsThe security group IDs (comma seperated) in which to run the taskno
assign-public-ipWhether or not to assign a public IP to the task ('ENABLED' or 'DISABLED')no
tagsThe tags (key:value, comma seperated) to assign to the taskno
wait-for-task-runningWhether or not to wait for the Task to be running (defaults to 'true')no
namedescription
task-arnThe ARN of the task that was started