synapsestudios/Amazon ECS "Run Task" Action for GitHub Actions
Runs a task definition on an ECS cluster as a one-off task
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The 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 | — |
| cluster | The 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-type | The 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-configuration | The 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-stopped | Whether to wait for task to stop | no | — |
| overrides | The overrides for the task | no | — |
Outputs
| name | description |
|---|---|
| task-definition | The path to the rendered task definition file |