Created
June 12, 2023 13:32
-
-
Save ohaval/7fe2c7dfabb1d072ec00ddcd92102f48 to your computer and use it in GitHub Desktop.
Usage of classic AWS keys with the CLI
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
> cat ~/.aws/config | |
[default] | |
region=us-east-1 | |
aws_access_key_id=*** | |
aws_secret_access_key=*** | |
> aws s3 ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment