Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Jan 12, 2025
1 parent 51c001c commit e8386f1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions policies/AWSElasticDisasterRecoveryConsoleFullAccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2023-10-16T12:24:20Z",
"VersionId": "v5",
"CreateDate": "2025-01-12T07:52:06Z",
"VersionId": "v6",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -418,6 +418,22 @@
"Resource": "*",
"Effect": "Allow",
"Sid": "ConsoleFullAccess29"
},
{
"Action": [
"ec2:CreateVolume"
],
"Resource": "arn:aws:ec2:*:*:snapshot/*",
"Effect": "Allow",
"Condition": {
"Null": {
"aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
},
"Bool": {
"aws:ViaAWSService": "true"
}
},
"Sid": "ConsoleFullAccess30"
}
]
},
Expand Down

0 comments on commit e8386f1

Please sign in to comment.