Created
December 20, 2018 06:23
-
-
Save sanjay-btc/c332d6f8a886853d5071f0a08051ff70 to your computer and use it in GitHub Desktop.
Install AWS Vault in Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Update for v7.2.0 released March 2023
sudo curl -L -o /usr/local/bin/aws-vault https://github.com/99designs/aws-vault/releases/download/v7.2.0/aws-vault-linux-amd64 sudo chmod 755 /usr/local/bin/aws-vault