Skip to content

Commit b385dfd

Browse files
author
MAMIP Bot
committed
CloudWatchReadOnlyAccess - Policy Version v12
1 parent 0420c3f commit b385dfd

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

policies/CloudWatchReadOnlyAccess

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-10-06T21:34:07Z",
4-
"VersionId": "v11",
3+
"CreateDate": "2025-10-08T17:34:07Z",
4+
"VersionId": "v12",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -12,6 +12,7 @@
1212
"application-signals:Get*",
1313
"application-signals:List*",
1414
"autoscaling:Describe*",
15+
"cloudtrail:ListChannels",
1516
"cloudwatch:BatchGet*",
1617
"cloudwatch:Describe*",
1718
"cloudwatch:GenerateQuery",
@@ -70,6 +71,32 @@
7071
"Resource": "arn:aws:iam::*:role/aws-service-role/application-signals.cloudwatch.amazonaws.com/AWSServiceRoleForCloudWatchApplicationSignals",
7172
"Effect": "Allow",
7273
"Sid": "CloudWatchReadOnlyGetRolePermissions"
74+
},
75+
{
76+
"Action": [
77+
"cloudtrail:GetChannel"
78+
],
79+
"Resource": "arn:aws:cloudtrail:*:*:channel/aws-service-channel/application-signals/*",
80+
"Effect": "Allow",
81+
"Sid": "CloudWatchCloudTrailPermissions"
82+
},
83+
{
84+
"Action": [
85+
"servicequotas:GetServiceQuota"
86+
],
87+
"Resource": [
88+
"arn:aws:servicequotas:*:*:s3/*",
89+
"arn:aws:servicequotas:*:*:dynamodb/*",
90+
"arn:aws:servicequotas:*:*:kinesis/*",
91+
"arn:aws:servicequotas:*:*:sns/*",
92+
"arn:aws:servicequotas:*:*:bedrock/*",
93+
"arn:aws:servicequotas:*:*:lambda/*",
94+
"arn:aws:servicequotas:*:*:fargate/*",
95+
"arn:aws:servicequotas:*:*:elasticloadbalancing/*",
96+
"arn:aws:servicequotas:*:*:ec2/*"
97+
],
98+
"Effect": "Allow",
99+
"Sid": "CloudWatchServiceQuotaPermissions"
73100
}
74101
]
75102
},

0 commit comments

Comments
 (0)