summaryrefslogtreecommitdiff
path: root/vendor/aws/iam/eks_cluster_read_only_policy.json
blob: 425b9a3eff9f1233cb889415a74ffe4aecb16b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "Version": "2012-10-17",
  "Statement": [
      {
          "Effect": "Allow",
          "Action": [
              "iam:ListRoles",
              "ec2:DescribeKeyPairs",
              "ec2:DescribeRegions",
              "ec2:DescribeSecurityGroups",
              "ec2:DescribeSubnets",
              "ec2:DescribeVpcs"
          ],
          "Resource": "*"
      }
  ]
}