Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
aws [2017/07/07 12:15]
steve created
aws [2017/07/07 12:17]
steve
Line 5: Line 5:
  
   * [[https://​aws.amazon.com/​documentation/​cli/​|AWS CLI Documentation]]   * [[https://​aws.amazon.com/​documentation/​cli/​|AWS CLI Documentation]]
 +  * [[https://​github.com/​aws/​aws-cli/​releases|AWS CLI Releases]]
  
 +** Install AWS CLI **
 +
 +By default, will install into ''/​usr/​local''​.
 +
 +<​code>​
 +python setup.py build
 +python setup.py install
 +</​code>​
  
 ** Configure aws cli ** ** Configure aws cli **