Configure AWS CLI with Credentials File in Git Bash on Windows - DevPops-Inc/windows GitHub Wiki

• Type cd ~/< file location > and press the Enter key to change directory to the location of the credentials file.
image

• Type ls and press the Enter key to list contents of the directory so you can see the name of the credentials file.
image

• Type aws configure –import file://< credentials filename > and press the Enter key to configure AWS CLI with the credentials file.
image

⚠️ **GitHub.com Fallback** ⚠️