A small deno-based command line tool for quickly switching between AWS profiles. Works by substituting which of your profiles defined in ~/.aws/credentials is the default one.
Deno runtime required. Get it from https://deno.land
git clone https://github.com/suneg/aps.git ~/.aps
Add the following line to your ~/.bashrc
export PATH="$PATH:~/.aps/bin"
$ aps personal
Current AWS profile: personal
$ aps
terraformtest
* personal
githubcli