AWSP provides an interactive terminal to interact with your AWS Profiles. The aim of this project is to make it easier to navigate, observe and manage your AWS Profiles in the wild.
You can select your profile/region by ←, ↑, → ↓. Enter key to validate.
AWSP is available on Linux, macOS, macOS-ARM64 and Windows platforms in the release page.
- Binaries for Linux, macOS, and macOS-ARM64 are available as tarballs
- Executable File for Windows is available as a zip file
- Clone the repository to your local machine.
cdto the root of project folder.- Execute following command
make buildExecutable binary file will locate in {{root}}/target/release path. To start the program, simply run awsp binary file.
For linux user, you can simply run following command
ln -s /target/release/awsp ~/usr/local/bin/awspUSAGE:
awsp [OPTIONS]
FLAGS:
-h, --help Prints help information
OPTIONS:
-c, --config <config> Override an aws configuration file (default = ~/.aws/config)
-r, --region <region> Region Selector
-v, --version <version> Print version info and exitWe'd love your help! Please see CONTRIBUTING to learn about the kinds of contributions we're looking for.
- We use GitHub Issues to track our to do items.
- Please check the following link if you would like to contribute to the project.
See CHANGELOG
If you encounter any bugs with the tool please file an issue in the Issues section of our GitHub repo.


