miniecs is a cli tool to login ecs container with fuzzy finder incremental search.
- Install Go 1.22.x or later
- Install session-manager-plugin
brew tap jedipunkz/miniecs
brew install jedipunkz/miniecs/miniecs
go install github.com/jedipunkz/miniecs@latest
A sub-command to login to an ECS container with incremental searching.
Run the 'login' sub-command to log in to a container. If you don't specify a cluster, miniecs will find all of your clusters in the region. The 'region' option is required.
$ miniecs login --region <REGION_NAME>
You can also specify a cluster and shell. These options are optional. The default shell is 'sh'.
$ miniecs login --region <REGION_NAME> --cluster <CLUSTER_NAME> --shell <SHELL>