Difference between revisions of "AWS functions"
Jump to navigation
Jump to search
(Created page with " {{suaws}}") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{suaws}} | ||
+ | |||
+ | * <code>[[aws-ec2-describe-instances-all-regions]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{aws configure}} | ||
− | + | [[Category:AWS]] |
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: