Added aws cli install instructions.

This commit is contained in:
2020-02-11 13:15:48 +13:00
parent 66f4334f23
commit 038854bfba

View File

@ -124,6 +124,15 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
sudo apt-get update && sudo apt-get install -y google-cloud-sdk kubectl sudo apt-get update && sudo apt-get install -y google-cloud-sdk kubectl
#+END_SRC #+END_SRC
For working with [[https://aws.com][Amazon Web Services]] we need the [[https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html][AWS CLI]].
#+NAME: Install amazon web services cli
#+BEGIN_SRC shell
cd ~/Downloads/
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
#+END_SRC
For cloud infrastructure deployments we use [[https://www.terraform.io/][terraforms]]. For cloud infrastructure deployments we use [[https://www.terraform.io/][terraforms]].