Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ashishjullia/1a34d565338fd12521d3cd6f0425f2db to your computer and use it in GitHub Desktop.
Save ashishjullia/1a34d565338fd12521d3cd6f0425f2db to your computer and use it in GitHub Desktop.
eks-kubernetes-resources-permissions
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"eks:AccessKubernetesApi",
"eks:DescribeCluster",
"eks:ListClusters",
"eks:ListFargateProfiles",
"eks:DescribeNodegroup",
"eks:ListNodegroups",
"eks:ListUpdates",
"eks:AccessKubernetesApi",
"eks:ListAddons",
"eks:DescribeCluster",
"eks:DescribeAddonVersions",
"eks:ListClusters",
"eks:ListIdentityProviderConfigs",
"iam:ListRoles"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ssm:GetParameter",
"Resource": "arn:aws:ssm:*:<account-number>:parameter/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment