AmazonPrometheusConsoleFullAccess - AWS Managed Policy

AmazonPrometheusConsoleFullAccess

Description: Grants full access to AWS Managed Prometheus resources in the AWS console

AmazonPrometheusConsoleFullAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: December 15, 2020, 18:11 UTC

  • Edited time: May 22, 2025, 17:07 UTC

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

Policy version

Policy version: v5 (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" : [ "tag:GetTagValues", "tag:GetTagKeys" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "aps:CreateWorkspace", "aps:DescribeWorkspace", "aps:UpdateWorkspaceAlias", "aps:DeleteWorkspace", "aps:ListWorkspaces", "aps:DescribeAlertManagerDefinition", "aps:DescribeRuleGroupsNamespace", "aps:CreateAlertManagerDefinition", "aps:CreateRuleGroupsNamespace", "aps:DeleteAlertManagerDefinition", "aps:DeleteRuleGroupsNamespace", "aps:ListRuleGroupsNamespaces", "aps:PutAlertManagerDefinition", "aps:PutRuleGroupsNamespace", "aps:TagResource", "aps:UntagResource", "aps:CreateLoggingConfiguration", "aps:UpdateLoggingConfiguration", "aps:DeleteLoggingConfiguration", "aps:DescribeLoggingConfiguration", "aps:UpdateWorkspaceConfiguration", "aps:DescribeWorkspaceConfiguration", "aps:CreateQueryLoggingConfiguration", "aps:UpdateQueryLoggingConfiguration", "aps:DeleteQueryLoggingConfiguration", "aps:DescribeQueryLoggingConfiguration" ], "Resource" : "*" } ] }

Learn more