caring/provision-ECS-service
Provision ECS Service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 16, 2024
- License
- MIT
Pinned Snippet
uses: caring/gh-create-ecs-fargate-service@f41dc501e089fd48f9bd30e2e51e5292d65d8204 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ecsServiceName | ECS Service Name | yes | — |
| taskDefArn | Task Definition ARN | yes | — |
| targetGroupArn | Target Group ARN | yes | — |
| subnetIds | Subnet IDs | yes | — |
| securityGroups | Security Group IDs | yes | — |
| ecsClusterArn | ECS Cluster ARN | yes | — |
| containerName | Container Name | yes | — |
| containerPort | Container Port | no | 3000 |
Outputs
no outputs