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
and this is the similar error logged in as IAM User :
I already created the EKS Role :
Also attached in creation form :
Is there any step that I missed in the creation process?
Thank you for your attention and help
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.