8.2 Install local tools

Install tools on the local machine

You need: aws, terraform, kubectl, helm, eksctl.

Windows (PowerShell as Administrator):

choco install awscli terraform kubernetes-cli kubernetes-helm -y
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install eksctl

macOS (Homebrew):

brew install awscli terraform kubernetes-cli helm eksctl

Verify: aws --version, terraform -version, kubectl version --client, helm version, eksctl version.