bennettrogers/Run One-Off ECS Task
Runs the specified ECS task as a one-off task with the specified command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ecs-service | ECS service name | yes | — |
| ecs-cluster | ECS cluster name | yes | — |
| task-definition | ECS task definition name | yes | — |
| container-name | ECS task container name | yes | — |
| command | Command to run in the ECS task | yes | — |
Outputs
| name | description |
|---|---|
| task-arn | ARN of the ECS task |