ecsplorer is a tool designed for easy CLI operations with AWS ECS.
This tool serves as a CLI utility to efficiently manage AWS ECS resources and services. It provides support for ECS operations through simple commands.
- Retrieve lists of ECS resources
- Exec into containers
Binaries for Windows, MacOS and Linux are available in the release page.
brew install masaushi/tap/ecsplorer
go get github.com/masaushi/ecsplorer
go install github.com/masaushi/ecsplorer@latest
After installation, you can launch a terminal UI by executing the ecsplorer
command.
ecsplorer
You can specify a profile from your .aws/config
by using the --profile=<profile name>
option or setting the AWS_PROFILE= environment variable.
ecsplorer --profile=<profile>
or
AWS_PROFILE=<profile> ecsplorer
If you intend to exec into containers, please ensure that the session-manager-plugin is installed.
Released under the MIT license.