Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Created March 3, 2020 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishu3101/433e7659a0bdbb29df364eb2729a4efd to your computer and use it in GitHub Desktop.
Save ishu3101/433e7659a0bdbb29df364eb2729a4efd to your computer and use it in GitHub Desktop.
Install AWS Vault on Linux
curl -SL https://github.com/99designs/aws-vault/releases/download/v5.3.2/aws-vault-linux-amd64 -o aws-vault
sudo mv aws-vault /usr/bin/aws-vault
chmod +x /usr/bin/aws-vault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment