Categorygithub.com/travisjeffery/ecs-exec
repositorypackage
1.0.1
Repository: https://github.com/travisjeffery/ecs-exec.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

ecs-exec

Run commands on your ECS container instances.

Installation

Download the binary for your platform from the Releases page. Or use go get:

go get github.com/travisjeffery/ecs-exec

Usage

ecs-exec --cluster=CLUSTER <cmd>...

Here's an example showing the containers running on your container instances:

ecs-exec --cluster=app docker ps

Author

Travis Jeffery

License

MIT