omorillo/ECS Deployment
Github action to deploy services to ECS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | Environment e.g. dev, beta, prod | yes | — |
| version | Docker image version | yes | — |
| clusterName | ECS cluster name | yes | — |
| serviceName | Service name | yes | — |
| desiredCount | Number of services to deploy | no | 1 |
| ecrRegistry | ECR registry name | yes | — |
| taskDefinitionPath | Relative path of task definition js file | yes | taskdefinition.js |
| imageName | Name of docker image | yes | — |
Outputs
no outputs