wardviaene / terraform-course

Course files for my Udemy course about Terraform
https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform/?couponCode=TERRAFORM_GIT
1.58k stars 4.01k forks source link

Remove aws-iam-authenticator in eks-demo #44

Open hubx opened 3 years ago

hubx commented 3 years ago

If you're running the AWS CLI version 1.16.156 or later, then you don't need to install the authenticator. Instead, you can use the aws eks get-token command

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

It is enough to aws eks --region <region> update-kubeconfig --name terraform-eks-demo to update the kubectl config, as you have in the readme later