Im trying to connect to EKS cluster from my client (local mac) by using the below command
aws eks --region us-east-1 update-kubeconfig --name Example-voting-app
and I already configured by aws credentials in my local and have attached the AmazonEKSClusterPolicy
but still not able to connect to the cluster
how to fix it ?
I also tried attaching admin policy for my progrmmatic user still getting the same error
Are you using your own AWS account, or did you intend to use our AWS playground? The error looks like you’re doing the former. If you’re doing the latter, we do have a tutorial in the CKA course repo that will guide you through this.
An additional step if you want to use an EKS cluster created through the playground – you can create credentials for the playground account using the “Signin” menu for the AWS console. Then the aws command you tried above should work.
Hi @Mithruganks
I replied to you on Discord and saw that you were able to pass this one.