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