ohmer/Run a task on Amazon ECS

Run a task on Amazon ECS and wait for completion while fetching logs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
task-definitionThe 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
clusterThe 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-ipWhether the task's elastic network interface receives a public IP addressnofalse
security-groupsThe IDs of the security groups associated with the taskno
subnetsThe IDs of the subnets associated with the taskno
override-container-nameThe name of the container that receives the override. This parameter is required if any override is specified. no
override-container-commandThe command to send to the container that overrides the default command from the Docker image or the task definition. no
override-container-environmentThe 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-cpuThe number of cpu units reserved for the container, instead of the default value from the task definition. no
override-container-memoryThe 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-reservationThe soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. no
timeoutThe amount of time in seconds to wait for the task to complete.no600

no outputs