trafficlabel/Deploy to ECS
Logins to AWS, creates task definition, and updates a service to use it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | AWS Region | no | eu-west-2 |
| aws-access-key-id | AWS IAM User Access Key | yes | — |
| aws-secret-access-key | AWS IAM User Secret Key | yes | — |
| cluster | ECS Cluster Name | yes | — |
| service | ECS Service Name | yes | — |
| docker-image-tag | Docker image tag | yes | — |
| task-definition-file | Path to the task definition file inside the repository | yes | — |
| container-name | Name of the container that needs to be updated with the given docker image in the task definition | yes | — |
Outputs
no outputs