arn:aws:iam::aws:policy/AmazonEKSClusterPolicy

From wikieduonline
Jump to navigation Jump to search


arn:aws:iam::aws:policy/AmazonEKSClusterPolicy, as of Nov 2023 there is an additional of 12 AWS managed policies for EKS. (Prior to October 3, 2023, AmazonEKSClusterPolicy was required on the IAM role for each cluster.)

https://docs.aws.amazon.com/eks/latest/userguide/security-iam-awsmanpol.html

Official additional example to view information of the configuration tab. [1]

{
   "Version": "2012-10-17",
   "Statement": [
       {
           "Effect": "Allow",
           "Action": [
               "eks:*"
           ],
           "Resource": "*"
       },
       {
           "Effect": "Allow",
           "Action": "iam:PassRole",
           "Resource": "*",
           "Condition": {
               "StringEquals": {
                   "iam:PassedToService": "eks.amazonaws.com"
               }
           }
       }
   ]
}


See also[edit]

  • https://docs.aws.amazon.com/eks/latest/userguide/security_iam_id-based-policy-examples.html
  • Advertising: