ohmer/Run a task on Amazon ECS
Run a task on Amazon ECS and wait for completion while fetching logs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The family and revision (family:revision) or full ARN of the task definition to run. If a revision isn't specified, the latest ACTIVE revision is used. | yes | — |
| cluster | The short name or full Amazon Resource Name (ARN) of the cluster to run your task on. If you do not specify a cluster, the default cluster is assumed. | no | — |
| assign-public-ip | Whether the task's elastic network interface receives a public IP address | no | false |
| security-groups | The IDs of the security groups associated with the task | no | — |
| subnets | The IDs of the subnets associated with the task | no | — |
| override-container-name | The name of the container that receives the override. This parameter is required if any override is specified. | no | — |
| override-container-command | The command to send to the container that overrides the default command from the Docker image or the task definition. | no | — |
| override-container-environment | The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. | no | — |
| override-container-cpu | The number of cpu units reserved for the container, instead of the default value from the task definition. | no | — |
| override-container-memory | The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. | no | — |
| override-container-memory-reservation | The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. | no | — |
| timeout | The amount of time in seconds to wait for the task to complete. | no | 600 |
Outputs
no outputs