xplodeart/AWS ECS Standalone Task
Run a Standalone task on an ECS cluster, wait for it's completion and check it's CloudWatch Logs for errors
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | AWS Region | yes | — |
| aws_key | AWS Key ID | yes | — |
| aws_secret | AWS Secret Key | yes | — |
| ecs_cluster | ECS Cluster Name | yes | — |
| ecs_task_def | ECS Task Definition Name | yes | — |
| security_groups | Security Groups, comma separated | yes | — |
| subnets | Subnets, comma separated | yes | — |
| check_interval | Check interval in milliseconds to check for completion | yes | 6000 |
| iterations | Number of iterations to check for completion | yes | 20 |
| log_read_enable | Read the Cloud Log events for the task | — | false |
| log_group_name | Log Group name where the task's container sends it's logs | — | — |
| log_stream_prefix | Log Stream prefix where we add the Task ID | — | — |
Outputs
| name | description |
|---|---|
| status | The task status |