Bootstrap FreeKB - Amazon Web Services (AWS) - Display basic AWS CLI configs
Amazon Web Services (AWS) - Display basic AWS CLI configs

Updated:   |  Amazon Web Services (AWS) articles

The aws configure list command can be used to display the basic configuration you have set for the aws command line tool.

In this example, no configurations have been set.

~]$ aws configure list
      Name                    Value             Type    Location
      ----                    -----             ----    --------
   profile                <not set>             None    None
access_key                <not set>             None    None
secret_key                <not set>             None    None
    region                <not set>             None    None

 

In this example, some configurations have been set.

]$ aws configure list
      Name                    Value             Type    Location
      ----                    -----             ----    --------
   profile                <not set>             None    None
access_key     ****************W7P7 shared-credentials-file    
secret_key     ****************3Lke shared-credentials-file    
    region                us-east-2      config-file    ~/.aws/config

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 549d66 in the box below so that we can be sure you are a human.