Skip to main content

Locate the AWS CLI Credentials File

View Credentials:

  1. Open a terminal or command prompt.
  2. 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