yyoshiki41/Run ECS task
GitHub Action to run a task on Amazon ECS and output CloudWatch Logs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| region | AWS Region | no | ap-northeast-1 |
| task-definition | The path to the task definition file | yes | — |
| task-definition-family | The name for your task definition | yes | — |
| launch-type | Launch type | no | FARGATE |
| cluster | ECS Cluster name | yes | — |
| subnets | awsvpcConfiguration values: ['subnet-00', ...] | yes | — |
| security-groups | awsvpcConfiguration values: ['sg-00', ...] | yes | — |
| assign-public-ip | awsvpcConfiguration values | no | DISABLED |
| container-name | The name of the container that run command. This parameter is required if any override is specified. | no | — |
| command | Overrides the default command from the Docker image or the task definition. This parameter is required if any override is specified. | no | — |
Outputs
| name | description |
|---|---|
| task-id | Task ID |
| revision | Task definition's revision number |
| logs | CloudWatch Logs |