An open API service indexing awesome lists of open source software.

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.

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