Skip to content

Instantly share code, notes, and snippets.

@jameskbride
Created May 26, 2018 21:11
Show Gist options
  • Save jameskbride/d5ee5bb2aede558e0108a263d76d9fcc to your computer and use it in GitHub Desktop.
Save jameskbride/d5ee5bb2aede558e0108a263d76d9fcc to your computer and use it in GitHub Desktop.
Load AWS credentials into environment variables
env AWS_ACCESS_KEY_ID=$(aws configure get aws_access_key_id) AWS_SECRET_ACCESS_KEY=$(aws configure get aws_secret_access_key)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment