Show HN: Terminal UI for AWS

https://news.ycombinator.com/rss Hits: 23
Summary

taws - Terminal UI for AWS taws provides a terminal UI to interact with your AWS resources. The aim of this project is to make it easier to navigate, observe, and manage your AWS infrastructure in the wild. taws continually watches AWS for changes and offers subsequent commands to interact with your observed resources. Screenshots Features Multi-Profile Support - Easily switch between AWS profiles - Easily switch between AWS profiles Multi-Region Support - Navigate across different AWS regions - Navigate across different AWS regions 94+ Resource Types - Browse and manage resources across 60+ AWS services - Browse and manage resources across 60+ AWS services Real-time Updates - Refresh resources with a single keystroke - Refresh resources with a single keystroke Keyboard-Driven - Vim-like navigation and commands - Vim-like navigation and commands Resource Actions - Start, stop, terminate EC2 instances directly - Start, stop, terminate EC2 instances directly Detailed Views - JSON/YAML view of resource details - JSON/YAML view of resource details Filtering - Filter resources by name or attributes - Filter resources by name or attributes Autocomplete - Smart resource type autocomplete with fuzzy matching Installation Homebrew (macOS/Linux) brew install huseyinbabal/tap/taws Download Pre-built Binaries Download the latest release from the Releases page. Platform Architecture Download macOS Apple Silicon (M1/M2/M3) taws-aarch64-apple-darwin.tar.gz macOS Intel taws-x86_64-apple-darwin.tar.gz Linux x86_64 taws-x86_64-unknown-linux-gnu.tar.gz Linux ARM64 taws-aarch64-unknown-linux-gnu.tar.gz Windows x86_64 taws-x86_64-pc-windows-msvc.zip Quick Install (macOS/Linux) # macOS Apple Silicon curl -sL https://github.com/huseyinbabal/taws/releases/latest/download/taws-aarch64-apple-darwin.tar.gz | tar xz sudo mv taws /usr/local/bin/ # macOS Intel curl -sL https://github.com/huseyinbabal/taws/releases/latest/download/taws-x86_64-apple-darwin.tar.gz | tar xz sudo mv taws /usr/local/b...

First seen: 2026-01-04 21:21

Last seen: 2026-01-05 19:25