Skip to content

Latest commit

 

History

History

4_Activating_an_AWS_Account

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

AWS CLI

Install: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html

$ curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
$ sudo installer -pkg AWSCLIV2.pkg -target /

Configure: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html

aws configure
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: us-west-2
Default output format [None]: json
aws sts get-caller-identity

EKSCTL

Install: https://eksctl.io/introduction/#installation

brew tap weaveworks/tap
brew install weaveworks/tap/eksctl

KUBECTL

Install: https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/

brew install kubectl 
kubectl version --client

AWS IAM AUTHENTICATOR

Install: https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html

brew install aws-iam-authenticator
aws-iam-authenticator help

Docker

Install: https://docs.docker.com/get-docker/

kustomize version <4

Install: https://github.com/kubernetes-sigs/kustomize/blob/master/hack/install_kustomize.sh

Terraform CLI (optional)

Install: https://www.terraform.io/downloads.html

Ansible (optional)

Install: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html

pip install ansible