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/ecsplorergo get github.com/masaushi/ecsplorergo install github.com/masaushi/ecsplorer@latestAfter installation, you can launch a terminal UI by executing the ecsplorer command.
ecsplorerYou 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> ecsplorerIf you intend to exec into containers, please ensure that the session-manager-plugin is installed.
Released under the MIT license.
