Difference between revisions of "Aws configure"

From wikieduonline
Jump to navigation Jump to search
Line 36: Line 36:
  
 
== Error ==
 
== Error ==
* [[An error occurred (ExpiredTokenException) when calling the]]
+
* <code>[[An error occurred (ExpiredTokenException) when calling the]]</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 09:25, 29 February 2024

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/index.html

Commands

aws configure --profile your-new-profile-name
aws configure add-model
   aws configure get
   aws configure set
     aws configure set cli_pager
   aws configure import
   aws configure list
   aws configure list-profiles
   aws configure sso
   aws configure sso-session
   aws configure export-credentials

Examples

Example

aws configure
AWS Access Key ID [None]: YOUR_accesskey
AWS Secret Access Key [None]: YOUR_secretkey
Default region name [None]: us-west-2
Default output format [None]:

aws configure command will create ~/.aws/config and ~/.aws/credentials files

Error

Related terms

AWS_ACCESS_KEY_ID 
AWS_SESSION_TOKEN
AWS_SECRET_ACCESS_KEY

See also

Advertising: