devteam-sweat/Run ECS Task
Run an ECS 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. | no | — |
| task-definition-from-parameter | Lookup a task definition from a SSM String parameter. | no | — |
| ecs-cluster | The short name or full Amazon Resource Name (ARN) of the cluster on which to run your task. | yes | — |
| subnets | The subnets associated with the task. | yes | — |
| security-groups | The security groups associated with the task. | yes | — |
| wait-for-finish | Whether to wait for the task to finish. | no | false |
| wait-timeout-seconds | The maximum number of seconds to wait for the task to finish if wait-for-finish is true. | no | 900 |
Outputs
no outputs