Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Segmentational/c3e826f69017b4ded5e6a68dec632258 to your computer and use it in GitHub Desktop.
Save Segmentational/c3e826f69017b4ded5e6a68dec632258 to your computer and use it in GitHub Desktop.
Unset AWS Environment Variables
function unset-aws-environment-variables() {
unset AWS_ACCESS_KEY_ID
unset AWS_SECRET_ACCESS_KEY
unset AWS_SESSION_TOKEN
unset AWS_PROFILE
unset AWS_DEFAULT_PROFILE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment