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.
•
• Type ls
and press the Enter key to list contents of the directory so you can see the name of the credentials file.
•
• Type aws configure –import file://< credentials filename >
and press the Enter key to configure AWS CLI with the credentials file.
•