The Manual

Docker Exit Codes

List of docker exit codes.

Run ECS one-time task from CLI

Once you have your task definition setup, (we assume this task will exit when the job completes), you can use this guide to run the task from the command line. Run Task aws ecs run-task --region us-west-2 --cluster my-cluster --count 1 --launch-type EC2 --task-definition test:8 { "tasks": [ { "

The Manual © 2026