Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Sep 27, 2024
1 parent 957bdf1 commit 2659f75
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions policies/AWSBackupServiceRolePolicyForBackup
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-05-17T17:12:58Z",
"VersionId": "v19",
"CreateDate": "2024-09-27T20:02:34Z",
"VersionId": "v20",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -42,14 +42,10 @@
"Sid": "DynamoDBBackupPermissions"
},
{
"Action": [
"rds:ModifyDBInstance"
],
"Resource": [
"arn:aws:rds:*:*:db:*"
],
"Action": "rds:DeleteDBInstanceAutomatedBackup",
"Resource": "arn:aws:rds:*:*:auto-backup:*",
"Effect": "Allow",
"Sid": "RDSModifyPermissions"
"Sid": "RDSInstanceAutomatedBackupPermissions"
},
{
"Action": [
Expand All @@ -62,13 +58,21 @@
"Sid": "RDSClusterPermissions"
},
{
"Action": [
"rds:DeleteDBClusterAutomatedBackup"
],
"Action": "rds:DeleteDBClusterAutomatedBackup",
"Resource": "arn:aws:rds:*:*:cluster-auto-backup:*",
"Effect": "Allow",
"Sid": "RDSClusterBackupPermissions"
},
{
"Action": [
"rds:ModifyDBInstance"
],
"Resource": [
"arn:aws:rds:*:*:db:*"
],
"Effect": "Allow",
"Sid": "RDSModifyPermissions"
},
{
"Action": [
"rds:DeleteDBSnapshot",
Expand Down Expand Up @@ -478,6 +482,6 @@
}
]
},
"IsDefaultVersion": false
"IsDefaultVersion": true
}
}

0 comments on commit 2659f75

Please sign in to comment.