whoamiaws

From wikieduonline
Revision as of 14:46, 30 September 2021 by Chmod14 (talk | contribs)
Jump to navigation Jump to search

alias whoiamaws="aws iam get-user"

Related terms

See also

 if [ -z "$1" ]; then
         echo "Possible values: $(aws configure list-profiles)"
   else
     export AWS_PROFILE=$1
     export PS1='[\u@\h $AWS_PROFILE]\$ '
 fi
}

Advertising: