Created
September 30, 2018 09:36
-
-
Save vkhang55/e5581243872fab8f1469c668541bff14 to your computer and use it in GitHub Desktop.
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
# install aws cli with pip | |
pip install awscli | |
# configure the new aws cli tool you just downloaded. Enter your secret and access key in when prompted. These keys can be found in your AWS console | |
aws configure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment