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

by
Jeremy Canfield |
Updated: February 02 2023
| 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