AWS CLI: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html | |||
* https://docs.aws.amazon.com/cli/latest/userguide/awscli-install-bundle.html | * https://docs.aws.amazon.com/cli/latest/userguide/awscli-install-bundle.html | ||
Revision as of 21:41, 2 October 2018
External
- https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html
- https://docs.aws.amazon.com/cli/latest/userguide/awscli-install-bundle.html
Internal
Overview
AWS CLI
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