Locate the AWS CLI Credentials File
View Credentials:
- Open a terminal or command prompt.
- Run the following command:
cat ~/.aws/credentials
This will display your configured access keys.
View Configuration:
To check the AWS region and other configuration details:
cat ~/.aws/config