Manage different aws profiles easily on Bash.
Just source awsprofile from your bashrc
.
awsprofile $profile_name
Where $profile_name
is the name of the profile on ~/.aws/credentials
.
Also you can use autocompletion:
$ awsprofile account<TAB>
account_production account_preproduction