Difference between revisions of "AWS functions"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
{{suaws}} | {{suaws}} | ||
− | * [[aws-ec2-describe-instances-all-regions]] | + | * <code>[[aws-ec2-describe-instances-all-regions]]</code> |
Latest revision as of 08:59, 31 July 2022
suaws () { if [ -z "$1" ]; then echo "Possible values: $(aws configure list-profiles)" else export AWS_PROFILE=$1 export PS1='[\u@\h $AWS_PROFILE]\$ ' fi }
See also[edit]
Advertising: