Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.35 KB

Init.MD

File metadata and controls

30 lines (24 loc) · 1.35 KB

1.Create Role:

2.Launch Cloud9 in your closest region:

3.Launch a EKS with Nodegroups

  • Open a new Terminal in Cloud9. and run new terminal
git clone https://github.com/FrankieCheng/eksworkshopguide
chmod +755 eksworkshopguide/*.sh
. eksworkshopguide/eks-workshop-create-cluster.sh

eks-workshop-create-cluster

  • Launching EKS and all the dependencies will take approximately 25 minutes
  • You can test the EKS cluster and nodes in console or use bash, if we see our 1 node, we know we have authenticated correctly
kubectl get nodes