AWS CLI: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:
   
   
  sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
  sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
Result (it should be already in PATH):
aws --version
aws-cli/1.16.25 Python/2.7.10 Darwin/17.7.0 botocore/1.12.15


=TODO=
=TODO=


<font color=darkgray>Define the relationship between the AWS CLI and [[Amazon EC2 CLI|EC2 CLI]]</font>
<font color=darkgray>Define the relationship between the AWS CLI and [[Amazon EC2 CLI|EC2 CLI]]</font>

Revision as of 21:25, 2 October 2018

External

Internal

Installation

curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"

unzip awscli-bundle.zip

sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws

Result (it should be already in PATH):

aws --version
aws-cli/1.16.25 Python/2.7.10 Darwin/17.7.0 botocore/1.12.15

TODO

Define the relationship between the AWS CLI and EC2 CLI