Simple urwid based cli to query and dispaly AWS resource details. Created as a tutorial.
- easily navigable with
vim keybindings
like single key shortcuts. - uses urwid TUI library
- Fetches and displays some basic information about selected AWS resources.
Read the tutorial blog: Building a cli app for AWS
-
Install the dependencies
python3 -m pip install -r requirements.txt
-
Ensure AWS environment variables/credentials are properly set
-
Running the script
python3 aws_single_pane.py # single pane example python3 aws_dual_pane.py # dual pane example
-
Press
s
to seeSQS queues
,b
to listbuckets
&q
toquit
the app