bewith-dev/Amazon ECS "Creator Task Definition" Action for GitHub Actions by With

Creating a new file Amazon ECS task definition JSON file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
container-nameThe name of the container defined in the containerDefinitions section of the ECS task definitionyes
imageThe URI of the container image to insert into the ECS task definitionyes
cpuThe CPU units of the container to insert into the ECS task definitionyes
memory-reservationThe Memory Reservation units of the container to insert into the ECS task definitionyes
environment-variablesVariables to add to the container. Each variable is of the form KEY=value, you can specify multiple variables with multi-line YAML strings.no
environment-variables-filesVariables files to add to the container. Each you can specify file with multi-line YAML strings.no
execution-role-arnexecution-role-arnno
task-role-arntask-role-arnno
familytask-role-arnno
port-mapping-tcpThe port mapping tcp units of the container to insert into the ECS task definition Each port mapping is of the form containerPort=hostPortno
port-mapping-udpport-mapping-udpno
log-driverThe log driver units of the container to insert into the ECS task definitionno
log-driver-optionsThe log driver options units of the container to insert into the ECS task definition Each option is of the form KEY=valueno
network-modenetworkModeno
runtime-platform-optionsruntimePlatform objectno
namedescription
task-definitionThe path to the rendered task definition file