Simplifies switching between multiple profiles, instead of writing export AWS_PROFILE=profile1
just select it
However, it is not allowed for the process to change environment variables, and thus it needs to be handle via bash eval fn
Zsh
# ~/.zshrc
awsprofile() {
eval `/PATH/TO/aws-profile-switcher`
}
aws
is installed and accessible