Last active
August 17, 2017 13:57
-
-
Save kaosf/132a1e07b31496f6187dd1bc4d9b48ce to your computer and use it in GitHub Desktop.
aws-cli with Docker (deprecated)
This file contains hidden or 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 pip uninstall awscli | |
pip install --user awscli | |
export PATH=$HOME/.local/bin:$PATH | |
# You don't have to use Docker now. |
You don't have to use Docker now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refer also https://gist.github.com/kaosf/c697a279f225f7240b74e3933a8cec4b for the
~/.aws
directory,~/.aws/config
and~/.aws/credentials
.