Difference between revisions of "Suaws"

From wikieduonline
Jump to navigation Jump to search
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lowercase}}
  
[[suaws]] () {
+
{{suaws}}
  if [ -z "$1" ]; then
+
 
          echo "possible values: $(aws configure list-profiles)"
+
== Related terms ==
    else
+
* <code>[[SHELL]], [[PS1]]</code>
      [[export]] [[AWS_PROFILE]]=$1
+
* <code>[[aws configure list]]</code>
  fi
+
* <code>[[.bash_profile]], [[.zprofile]]</code>
}
+
* <code>[[whoamiaws]]</code>
 +
* [[AWS functions]]: <code>[[aws-ec2-describe-instances-all-regions]]</code>
 +
* <code>[[su]]</code>
  
 
== See also ==
 
== See also ==
* {{aws cli}}
+
* {{aws configure}}
 
+
* {{Bash}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 10:04, 22 November 2023

Advertising: