AmazonEKSDashboardConsoleReadOnly - AWS Managed Policy

AmazonEKSDashboardConsoleReadOnly

Description: Provides read only access to view the dashboard in the Amazon EKS console. The dashboard aggregates information about multiple clusters and related resources using AWS Organizations.

AmazonEKSDashboardConsoleReadOnly is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: June 19, 2025, 17:22 UTC

  • Edited time: June 19, 2025, 17:22 UTC

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

Policy version

Policy version: v1 (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" : [ { "Sid" : "AmazonEKSDashboardReadOnly", "Effect" : "Allow", "Action" : [ "eks:ListDashboardData", "eks:ListDashboardResources", "eks:DescribeClusterVersions" ], "Resource" : "*" }, { "Sid" : "AmazonOrganizationsReadOnly", "Effect" : "Allow", "Action" : [ "organizations:DescribeOrganization", "organizations:ListAWSServiceAccessForOrganization", "organizations:ListRoots", "organizations:ListAccountsForParent", "organizations:ListOrganizationalUnitsForParent" ], "Resource" : "*" }, { "Sid" : "AmazonOrganizationsDelegatedAdmin", "Effect" : "Allow", "Action" : [ "organizations:ListDelegatedAdministrators" ], "Resource" : [ "*" ], "Condition" : { "StringEquals" : { "organizations:ServicePrincipal" : "eks.amazonaws.com" } } } ] }

Learn more