Difference between revisions of "AWS functions"
Jump to navigation
Jump to search
(Created page with " {{suaws}}") |
|||
Line 2: | Line 2: | ||
{{suaws}} | {{suaws}} | ||
+ | |||
+ | * [[aws-ec2-describe-instances-all-regions]] | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{aws configure}} | ||
+ | |||
+ | [[Category:AWS]] |
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
Advertising: