bjhale/AWS ECS Upsert Service Action
Updates ECS service with new task definition, creates service if it does not exist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster_name | Name of ECS cluster | yes | — |
| service_name | Name of ECS service | yes | — |
| task_definition | Path to task definition file | yes | — |
| load_balancers | — | no | — |
| service_registries | — | no | — |
| service_tags | Comma separated key=value pairs of tags to apply to service | no | "" |
| desired_count | Number of tasks to run | no | 1 |
| enable_execute_command | Enable ECS execute command | no | false |
| launch_type | Launch type for service | no | EC2 |
| subnets | Comma separated list of subnet ids | no | "" |
| security_groups | Comma separated list of security group ids | no | "" |
| deployment_circuit_breaker_enable | Enable deployment circuit breaker | no | true |
| deployment_circuit_breaker_rollback | Enable deployment circuit breaker rollback | no | true |
| assign_public_ip | Assign public IP to tasks | no | false |
Outputs
no outputs