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

• Press the Windows key, type “git bash” and select “Open.”
image

• Type aws --version and press the Enter key to sanity check that AWS CLI is installed.
image

• Type aws configure and press the Enter key to configure AWS CLI.
image

• Type the access key ID and press the Enter key.
image

• Type the secret access key and press the Enter key.
image

• Type the default region name and press the Enter key.
image

• Type the default output format and press the Enter key.
image

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