Difference between revisions of "$AWS PROFILE"

From wikieduonline
Jump to navigation Jump to search
 
(43 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  
 +
* <code>[[export]] [[AWS_PROFILE]]=your_defined_profile && echo $AWS_PROFILE</code>
 +
* <code>export [[PS1]]='[\u@\h $AWS_PROFILE]\$ '</code>
  
 +
* <code>[[suaws]]</code> function
  
* <code>[[export]] [[AWS_PROFILE]]=your_defined_profile</code>
+
=== Windows ===
export [[PS1]]='[\u@\h $AWS_PROFILE]\$ '
+
* <code>[[set]] [[AWS_DEFAULT_PROFILE]]=yourprofile</code>
  
 +
== Errors ==
 +
* <code>[[Unable to locate credentials. You can configure credentials by running aws configure]]</code>
 +
* <code>[[An error occurred (ExpiredToken) when calling the ListBuckets operation: The provided token has expired.]]</code>
 +
 +
== Related terms ==
 +
* <code>[[AWS_DEFAULT_PROFILE]]</code>
 +
* [[Aws cli environmental variables]]: <code>[[AWS_ACCESS_KEY_ID]] </code>, <code>[[AWS_SESSION_TOKEN]]</code>, <code>[[AWS_REGION]]</code>
 +
* <code>[[.bash_profile]]</code>
 +
* <code>[[~/.aws/config]]</code>, <code>[[~/.aws/credentials]]</code>
 +
* <code>[[AWS_CLI_AUTO_PROMPT]]</code>
 +
* [[AWS region]]: <code>[[AWS_DEFAULT_REGION]]</code>
 +
* <code>[[~/.kube/config]]</code> K8s configuration file use <code>[[AWS_PROFILE]]</code> as <code>[[env:]]</code> variable
  
 
== See also ==
 
== See also ==
* {{aws cli}}
+
* {{aws cli config}}
 +
* {{aws configure}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 09:29, 13 February 2024

Advertising: