************************ Getting started with AWS ************************ Prerequisites ------------- This assumes you have aws setup. * `get started with aws `_. Install Kubernetes CLI ---------------------- We summarize the `official kubectl install instructions `_ here. The following is a script that will install the latest version of kubectl. .. code:: bash mkdir -p "$HOME/tmp/kub" cd "$HOME/tmp/kub" STABLE=$(curl -L -s https://dl.k8s.io/release/stable.txt) curl -LO "https://dl.k8s.io/release/$STABLE/bin/linux/amd64/kubectl" curl -LO "https://dl.k8s.io/$STABLE/bin/linux/amd64/kubectl.sha256" echo "$(`_.