https://github.com/travisjeffery/ecs-exec
Run commands on your ECS container instances.
https://github.com/travisjeffery/ecs-exec
Last synced: 9 months ago
JSON representation
Run commands on your ECS container instances.
- Host: GitHub
- URL: https://github.com/travisjeffery/ecs-exec
- Owner: travisjeffery
- Created: 2015-11-28T23:49:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T07:29:35.000Z (about 10 years ago)
- Last Synced: 2025-04-15T00:07:51.219Z (9 months ago)
- Language: Go
- Homepage: https://twitter.com/travisjeffery
- Size: 2.93 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecs-exec
Run commands on your ECS container instances.
## Installation
Download the binary for your platform from the [Releases](https://github.com/travisjeffery/ecs-exec/releases) page. Or use `go get`:
```
go get github.com/travisjeffery/ecs-exec
```
## Usage
```
ecs-exec --cluster=CLUSTER ...
```
Here's an example showing the containers running on your container instances:
```
ecs-exec --cluster=app docker ps
```
## Author
[Travis Jeffery](https://travisjeffery.com)
## License
MIT