I have created cluster through AWS console and trying to connect to it from cloud9 using kubectl but I am seeing following error error: You must be logged in to the server (Unauthorized) Details
-I created cluster by logging in as root user
-I turnded off temporary credentials in cloud9 settings
-I configured my root use credentials in cloud9 instance and created profile for the same
-I used following command to set aws eks update-kubeconfig --name my-cluster --region us-east-1 --role-arn arn:aws:iam::XXXXXXXXXXX:role/eksadmin-role --profile user1 Unfortunately I am unable to connect to the cluster can someone please help me in understanding where exactly the issue is