Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Aug 16, 2023
1 parent c6dd2bb commit b2983c6
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions policies/AmazonRDSPerformanceInsightsFullAccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"pi:DescribeDimensionKeys",
"pi:GetDimensionKeyDetails",
"pi:GetResourceMetadata",
"pi:GetResourceMetrics",
"pi:ListAvailableResourceDimensions",
"pi:ListAvailableResourceMetrics"
],
"Resource": "arn:aws:pi:*:*:metrics/rds/*"
},
{
"Effect": "Allow",
"Action": [
"pi:CreatePerformanceAnalysisReport",
"pi:GetPerformanceAnalysisReport",
"pi:ListPerformanceAnalysisReports",
"pi:DeletePerformanceAnalysisReport"
],
"Resource": "arn:aws:pi:*:*:perf-reports/rds/*/*"
},
{
"Effect": "Allow",
"Action": [
"pi:TagResource",
"pi:UntagResource",
"pi:ListTagsForResource"
],
"Resource": "arn:aws:pi:*:*:*/rds/*"
},
{
"Effect": "Allow",
"Action": [
"rds:DescribeDBInstances",
"rds:DescribeDBClusters"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"cloudwatch:GetMetricStatistics",
"cloudwatch:ListMetrics",
"cloudwatch:GetMetricData"
],
"Resource": "*"
}
]
},
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2023-08-15T23:41:34Z"
}
}

0 comments on commit b2983c6

Please sign in to comment.