Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eks_cluster_read_only_policy.json « iam « aws « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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": "*"
      }
  ]
}