Cần: 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
Kiểm tra: aws --version, terraform -version, kubectl version --client, helm version,
eksctl version.