Skip to content

Instantly share code, notes, and snippets.

@ohaval
Created June 12, 2023 13:32
Show Gist options
  • Save ohaval/7fe2c7dfabb1d072ec00ddcd92102f48 to your computer and use it in GitHub Desktop.
Save ohaval/7fe2c7dfabb1d072ec00ddcd92102f48 to your computer and use it in GitHub Desktop.
Usage of classic AWS keys with the CLI
> 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