/ecs-run-task

Run a once-off task on Amazon ECS and stream the output

Primary LanguageGoMIT LicenseMIT

ecs-run-task

Runs a once-off ECS task and streams the output via Cloudwatch Logs.

Recommended for use with aws-vault for authentication.

Usage

$ aws-vault exec myprofile -- ecs-run-task --file examples/helloworld/taskdefinition.json echo "Hello from Docker!"

Hello from Docker!
...

Installation

go get github.com/buildkite/ecs-run-task