Configure AWS CLI in Git Bash on Windows - DevPops-Inc/windows GitHub Wiki
• Press the Windows key, type “git bash” and select “Open.”
•
• Type aws --version
and press the Enter key to sanity check that AWS CLI is installed.
•
• Type aws configure
and press the Enter key to configure AWS CLI.
•
• Type the access key ID and press the Enter key.
•
• Type the secret access key and press the Enter key.
•
• Type the default region name and press the Enter key.
•
• Type the default output format and press the Enter key.
•