From 6c88d6ab91b812114d7b183f41a85a8e6ba102d9 Mon Sep 17 00:00:00 2001 From: Amey Parundekar Date: Mon, 25 Jun 2018 14:00:09 +0530 Subject: [PATCH] Installtion of AWS CLI tools Added the necessary installation links for Windows and Linux. --- docs/install.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/docs/install.md b/docs/install.md index d4bbb09bac..0e13088d8f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -62,20 +62,27 @@ wget -O kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl chmod +x ./kubectl sudo mv ./kubectl /usr/local/bin/kubectl ``` +# Installing AWS CLI Tools +https://aws.amazon.com/cli/ -## Installing AWS CLI Tools + On MacOS, Windows and Linux OS: + + The officially supported way of installing the tool is with `pip`: + +```pip install awscli +``` + +##### _OR use these alternative methods for MacOS and Windows:_ ### MacOS -The officially supported way of installing the tool is with `pip`: - -```bash -pip install awscli -``` - -You can also grab the tool with homebrew, although this is not officially supported by AWS. - +You can grab the tool with homebrew, although this is not officially supported by AWS. ```bash brew update && brew install awscli ``` + +### Windows + +You can download the MSI installer from this page and follow the steps through the installer which requires no other dependencies: +https://docs.aws.amazon.com/cli/latest/userguide/awscli-install-windows.html