Skip to content

Instantly share code, notes, and snippets.

@0ex-d
Last active June 25, 2023 00:00
Show Gist options
  • Save 0ex-d/fb1b8bb394224b6e2de76dbd68c5cf0e to your computer and use it in GitHub Desktop.
Save 0ex-d/fb1b8bb394224b6e2de76dbd68c5cf0e to your computer and use it in GitHub Desktop.
AWS setup on machine (Dowload latest AWS SDK for CLI https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) Most of the fiels are stored in ~/aws/
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /
[default]
region = auto
[default]
aws_access_key_id=<VALUE>
aws_secret_access_key=<VALUE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment