Skip to content

ecsplorer is a tool designed for easy CLI operations with AWS ECS.

License

Notifications You must be signed in to change notification settings

masaushi/ecsplorer

Repository files navigation

ecsplorer

release lint

ecsplorer is a tool designed for easy CLI operations with AWS ECS.

ecsplorer

Overview

This tool serves as a CLI utility to efficiently manage AWS ECS resources and services. It provides support for ECS operations through simple commands.

Key Features

  • Retrieve lists of ECS resources
  • Exec into containers

Installation

Download binary

Binaries for Windows, MacOS and Linux are available in the release page.

via Homebrew for macOS or Linux

brew install masaushi/tap/ecsplorer

via Go install

Go version < 1.16

go get github.com/masaushi/ecsplorer

Go 1.16+

go install github.com/masaushi/ecsplorer@latest

Usage

After installation, you can launch a terminal UI by executing the ecsplorer command.

ecsplorer

specify profile

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

⚠️ Note ⚠️

If you intend to exec into containers, please ensure that the session-manager-plugin is installed.

License

Released under the MIT license.

About

ecsplorer is a tool designed for easy CLI operations with AWS ECS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages