Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harsh4870/ada61a2cd017319bebf2b6f1ec23f4dd to your computer and use it in GitHub Desktop.
Save harsh4870/ada61a2cd017319bebf2b6f1ec23f4dd to your computer and use it in GitHub Desktop.
Install AWS Vault in Ubuntu
sudo curl -L -o /usr/local/bin/aws-vault https://github.com/99designs/aws-vault/releases/download/v4.2.0/aws-vault-linux-amd64
sudo chmod 755 /usr/local/bin/aws-vault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment