whoamiaws
Jump to navigation
Jump to search
alias whoiamaws="aws iam get-user"
Related terms
See also
- suaws () {
if [ -z "$1" ]; then echo "Possible values: $(aws configure list-profiles)" else export AWS_PROFILE=$1 export PS1='[\u@\h $AWS_PROFILE]\$ ' fi }
Advertising: