AmazonEKSWorkerNodePolicy - AWS Managed Policy

AmazonEKSWorkerNodePolicy

AmazonEKSWorkerNodePolicy is an AWS managed policy that: This policy allows Amazon EKS worker nodes to connect to Amazon EKS Clusters.

Using this policy

You can attach AmazonEKSWorkerNodePolicy to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: May 27, 2018, 21:09 UTC

  • Edited time: March 21, 2022, 22:39 UTC

  • ARN: arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy

Policy version

Policy version: v2 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "ec2:DescribeInstances", "ec2:DescribeInstanceTypes", "ec2:DescribeRouteTables", "ec2:DescribeSecurityGroups", "ec2:DescribeSubnets", "ec2:DescribeVolumes", "ec2:DescribeVolumesModifications", "ec2:DescribeVpcs", "eks:DescribeCluster" ], "Resource" : "*" } ] }

Learn more