AWS EKS (IAM)

JSON →
aws compute

Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service for running containerized applications in the AWS cloud and on-premises.

eks:ListClusterseks:DescribeClustereks:ListNodegroupseks:DescribeNodegroupeks:ListAddonseks:DescribeAddoneks:ListUpdateseks:TagResource
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "eks:ListClusters",
        "eks:DescribeCluster",
        "eks:ListNodegroups",
        "eks:DescribeNodegroup",
        "eks:ListAddons",
        "eks:DescribeAddon",
        "eks:ListUpdates",
        "eks:TagResource"
      ],
      "Resource": "*"
    }
  ]
}
full doc /v1/iam/eks