You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: creating EKS Cluster (cwagent-eks-integ-742c94a460e0d907): AccessDeniedException: User: [ARN] is not authorized to perform: eks:CreateCluster on resource: arn:aws:eks:us-west-2:***:cluster/cwagent-eks-integ-742c94a460e0d907
I'm not sure if we really care to create a whole new role, and it sucks that there isn't a managed policy for this. We should include the necessary permissions in the existing set up documentation
The text was updated successfully, but these errors were encountered:
InvalidParameterException: Following required service principals [eks.amazonaws.com] were not found in the trust relationships of clusterRole arn:aws:iam::***:role/cwa-e2e-iam-role
The docs don't properly reflect the necessary changes. Frustrating. I've been patching this by adding an inline eks:* permission on the Terraform IAM role.
The public docs say to attach the
AmazonEKSClusterPolicy
, but I didn't see that you must also create an EKS cluster IAM role: https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html#create-service-roleI'm not sure if we really care to create a whole new role, and it sucks that there isn't a managed policy for this. We should include the necessary permissions in the existing set up documentation
The text was updated successfully, but these errors were encountered: