buildkite/ecs-run-task

Name: ecs-run-task

Owner: Buildkite

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

Created: 2017-10-18 10:05:35.0

Updated: 2018-05-07 01:43:12.0

Pushed: 2018-05-07 01:43:13.0

Homepage:

Size: 447

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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
s-vault exec myprofile -- ecs-run-task --file examples/helloworld/taskdefinition.json echo "Hello from Docker!"

o from Docker!

Installation
et github.com/buildkite/ecs-run-task
Dependency management

We're using govendor to manage our Go dependencies. Install it with:

et github.com/kardianos/govendor

If you introduce a new package, just add the import to your source file and run:

ndor fetch +missing

Or explicitly fetch it with a version using:

ndor fetch github.com/buildkite/go-buildkite@v2.0.0

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.