Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swartzrock/ecsview
Browse your AWS ECS Clusters in the Terminal
https://github.com/swartzrock/ecsview
aws clusters ecs golang-application terminal tview
Last synced: 19 days ago
JSON representation
Browse your AWS ECS Clusters in the Terminal
- Host: GitHub
- URL: https://github.com/swartzrock/ecsview
- Owner: swartzrock
- License: mit
- Created: 2020-12-13T22:40:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T21:16:09.000Z (about 1 year ago)
- Last Synced: 2024-07-31T18:18:33.371Z (3 months ago)
- Topics: aws, clusters, ecs, golang-application, terminal, tview
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 116
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Browse your AWS ECS Clusters in the Terminal.
---
> [!NOTE]
> As of October 2023 this project is no longer maintained. I recommend using [e1s](https://github.com/keidarcy/e1s) to view and manage your ECS resources from the terminalThe `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](https://github.com/rivo/tview/) library to build and manage the UI.
![screenshot](docs/tasksview.jpg)
## Installation
Run `make install` to install ecsview in your Go binaries directory.
## Usage
Run `AWS_PROFILE= ecsview` with a configured AWS profile to view your account's ECS clusters in detail.