Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Nov 13, 2024
1 parent 46d11d0 commit 855865d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions policies/AmazonODBServiceRolePolicy
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"PolicyVersion": {
"CreateDate": "2024-11-13T18:21:41Z",
"VersionId": "v1",
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"cloudwatch:PutMetricData"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"cloudwatch:namespace": [
"AWS/ODB"
]
}
},
"Sid": "CloudWatch"
},
{
"Action": [
"ec2:DescribeAvailabilityZones"
],
"Resource": "*",
"Effect": "Allow",
"Sid": "EC2"
}
]
},
"IsDefaultVersion": true
}
}

0 comments on commit 855865d

Please sign in to comment.