Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 518 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 518 Bytes

EaseCS

CLI tool to quickly exec into any ECS service container of choice.

Install

$ go install github.com/quasistatic/easecs
$ easecs help

Usage

$ easecs exec <cluster> <service> [<container>]

The cluster, service and container args could be regexp strings like prod$ which you know would match with the actual cluster name uniquely. Arbitrary option may be chosen in case of multiple matches.

To quickly list what all you have in your ECS:

$ easecs list