Quick Start¶
Get up and running with awsp in just a few steps.
Installation¶
Clone and Install¶
This installs awsp into ~/.config/awsp/ and adds a source line to your shell RC file (.bashrc, .zshrc, etc.).
Reload Your Shell¶
After installation, reload your shell to activate awsp:
# Option 1: Restart your terminal
exec $SHELL
# Option 2: Source the script manually
. "$HOME/.config/awsp/awsp.sh"
Verify Installation¶
You should see the installed version number printed to the terminal.
First Use¶
List Your Profiles¶
Make sure you have at least one AWS profile configured:
If no profiles are found, configure one first:
Switch to a Profile¶
Verify Your Identity¶
This switches to the profile and confirms your AWS identity via STS.
Uninstall¶
To completely remove awsp:
This removes all installed files and cleans up shell RC file entries.
Next Steps¶
- Read the full Usage Guide for all available commands and options
- Set up shell completion for tab-complete support
- Learn about SSO auto-login for seamless authentication