{ "Statement": [ { "Action": [ "ec2:DescribeInstances", "ec2:DescribeRegions", "ec2:DescribeInstanceTypes" ], "Effect": "Allow", "Resource": [ "*" ] }, { "Action": "autoscaling:DescribeAutoScalingInstances", "Effect": "Allow", "Resource": [ "*" ] }, { "Action": [ "s3:*" ], "Effect": "Allow", "Resource": "arn:aws:s3:::kops-tests/iam-builder-test.k8s.local/*" }, { "Action": [ "s3:GetBucketLocation", "s3:GetEncryptionConfiguration", "s3:ListBucket", "s3:ListBucketVersions" ], "Effect": "Allow", "Resource": [ "arn:aws:s3:::kops-tests" ] }, { "Action": [ "route53:ListHostedZones" ], "Effect": "Allow", "Resource": [ "*" ] }, { "Action": [ "ecr:GetAuthorizationToken", "ecr:BatchCheckLayerAvailability", "ecr:GetDownloadUrlForLayer", "ecr:GetRepositoryPolicy", "ecr:DescribeRepositories", "ecr:ListImages", "ecr:BatchGetImage" ], "Effect": "Allow", "Resource": [ "*" ] } ], "Version": "2012-10-17" }