Runs a once-off ECS task and streams the output via Cloudwatch Logs.
Recommended for use with aws-vault for authentication.
$ aws-vault exec myprofile -- ecs-run-task --file examples/helloworld/taskdefinition.json echo "Hello from Docker!"
Hello from Docker!
...go get github.com/buildkite/ecs-run-task