Skip to content

deepgram-devs/aws-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS TUI Tools

A collection of Terminal User Interface (TUI) tools for managing various AWS services, built with Rust and Ratatui.

Sub-projects

  • 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.

Prerequisites

  • Rust and Cargo installed
  • AWS credentials configured (e.g., via ~/.aws/credentials or environment variables)

Usage

Navigate to the specific directory and run with cargo:

cd [project-name]
cargo run

From the project root, you can also run a specific program with this:

cargo run --bin ec2-tui

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages