Search code examples
amazon-web-servicesamazon-iamamazon-eks

Root and IAM User not allowed to pass EKS Role when creating EKS cluster from console


I'm having a problem where I can't create a cluster from console, logged in as root user. This is the error message for root : You are not allowed to pass the role arn:aws:iam::095370286149:role/EKS_Cluster_Role

enter image description here

and this is the similar error logged in as IAM User :

enter image description here

I already created the EKS Role :

EKS Cluster Role

Also attached in creation form :

attached role in form

Is there any step that I missed in the creation process?

Thank you for your attention and help


Solution

  • I already solved this problem.

    My solution is creating an IAM User, give it full privilege policy (AdministratorAccess), then create EKS cluster using that user.

    This time it works.