AmazonRDSPerformanceInsightsReadOnly
Description: Read-Only policy for RDS Performance Insights
AmazonRDSPerformanceInsightsReadOnly
is an AWS managed policy.
Using this policy
You can attach AmazonRDSPerformanceInsightsReadOnly
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: April 05, 2022, 00:02 UTC
-
Edited time: October 23, 2023, 21:17 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonRDSPerformanceInsightsReadOnly
Policy version
Policy version: v3 (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" : "AmazonRDSDescribeDBInstances", "Effect" : "Allow", "Action" : "rds:DescribeDBInstances", "Resource" : "*" }, { "Sid" : "AmazonRDSDescribeDBClusters", "Effect" : "Allow", "Action" : "rds:DescribeDBClusters", "Resource" : "*" }, { "Sid" : "AmazonRDSPerformanceInsightsDescribeDimensionKeys", "Effect" : "Allow", "Action" : "pi:DescribeDimensionKeys", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsGetDimensionKeyDetails", "Effect" : "Allow", "Action" : "pi:GetDimensionKeyDetails", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsGetResourceMetadata", "Effect" : "Allow", "Action" : "pi:GetResourceMetadata", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsGetResourceMetrics", "Effect" : "Allow", "Action" : "pi:GetResourceMetrics", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsListAvailableResourceDimensions", "Effect" : "Allow", "Action" : "pi:ListAvailableResourceDimensions", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsListAvailableResourceMetrics", "Effect" : "Allow", "Action" : "pi:ListAvailableResourceMetrics", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsGetPerformanceAnalysisReport", "Effect" : "Allow", "Action" : "pi:GetPerformanceAnalysisReport", "Resource" : "arn:aws:pi:*:*:perf-reports/rds/*/*" }, { "Sid" : "AmazonRDSPerformanceInsightsListPerformanceAnalysisReports", "Effect" : "Allow", "Action" : "pi:ListPerformanceAnalysisReports", "Resource" : "arn:aws:pi:*:*:perf-reports/rds/*/*" }, { "Sid" : "AmazonRDSPerformanceInsightsListTagsForResource", "Effect" : "Allow", "Action" : "pi:ListTagsForResource", "Resource" : "arn:aws:pi:*:*:*/rds/*" } ] }