modum-io/aws-ecs-deploy-service-by-template
Updates an existing task definition with a new image and deploys it to ECS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| template-task-definition | The task definition to clone. Format: "family:revision" or "family" (for latest active). | yes | — |
| target-task-definition | The family of the new task definition name to register. | yes | — |
| container-name | The name of the container in the template task definition for which the image should be set. | yes | — |
| image | The docker image to deploy. | yes | — |
| cluster | The name of the ECS cluster in which the service runs. | yes | default |
| service | The name of the ECS service to update. | yes | — |
Outputs
no outputs