Last active
November 21, 2020 09:57
-
-
Save wparad/d731496ef40cc3ccaacc749c2401c5ba to your computer and use it in GitHub Desktop.
Default AWS configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html | |
| [default] | |
| region=us-east-1 | |
| output=json | |
| cli_binary_format=raw-in-base64-out | |
| cli_auto_prompt = on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment