A collection of Terminal User Interface (TUI) tools for managing various AWS services, built with Rust and Ratatui.
- cfn-tui: A TUI for viewing and managing AWS CloudFormation stacks.
- dynamodb-tui: A TUI for exploring and interacting with AWS DynamoDB tables.
- ec2-tui: A TUI for monitoring and managing AWS EC2 instances.
- efs-tui: A TUI for viewing AWS Elastic File System (EFS) resources.
- Rust and Cargo installed
- AWS credentials configured (e.g., via
~/.aws/credentialsor environment variables)
Navigate to the specific directory and run with cargo:
cd [project-name]
cargo runFrom the project root, you can also run a specific program with this:
cargo run --bin ec2-tui