Skip to content

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

License

Notifications You must be signed in to change notification settings

baravit/ecs-run-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecs-run-task

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

Usage

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

Hello from Docker!
...

Development

We're using Go 1.11 with GO111MODULE=on.

export GO111MODULE=on
go get -u github.com/buildkite/ecs-run-task

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.1%
  • Makefile 1.9%