• Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Browse your AWS ECS Clusters in the Terminal

ecsview-logo

Browse your AWS ECS Clusters in the Terminal.


The ecsview application is a terminal-based UI for browsing Amazon Elastic Container Service (ECS) clusters. You can use it to view cluster usage, services, tasks, and individual container instances (ec2's). Uses the excellent tview library to build and manage the UI.

screenshot

Installation

Run make install to install ecsview in your Go binaries directory.

Usage

Run AWS_PROFILE=<profile> ecsview with a configured AWS profile to view your account's ECS clusters in detail.