Skip to content

Instantly share code, notes, and snippets.

@kaosf
Last active August 17, 2017 13:57
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 kaosf/132a1e07b31496f6187dd1bc4d9b48ce to your computer and use it in GitHub Desktop.
Save kaosf/132a1e07b31496f6187dd1bc4d9b48ce to your computer and use it in GitHub Desktop.
aws-cli with Docker (deprecated)
sudo pip uninstall awscli
pip install --user awscli
export PATH=$HOME/.local/bin:$PATH
# You don't have to use Docker now.
@kaosf
Copy link
Author

kaosf commented Jul 7, 2017

Refer also https://gist.github.com/kaosf/c697a279f225f7240b74e3933a8cec4b for the ~/.aws directory, ~/.aws/config and ~/.aws/credentials.

@kaosf
Copy link
Author

kaosf commented Aug 17, 2017

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