Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Jul 10, 2024
1 parent 05b6c52 commit aec4d23
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions policies/AWSSystemsManagerForSAPFullAccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AwsSsmForSapPermissions",
"Effect": "Allow",
"Action": [
"ssm-sap:*"
],
"Resource": "arn:*:ssm-sap:*:*:*"
},
{
"Sid": "AwsSsmForSapServiceRoleCreationPermission",
"Effect": "Allow",
"Action": [
"iam:CreateServiceLinkedRole"
Expand All @@ -23,11 +25,25 @@
"iam:AWSServiceName": "ssm-sap.amazonaws.com"
}
}
},
{
"Sid": "Ec2StartStopPermission",
"Effect": "Allow",
"Action": [
"ec2:StartInstances",
"ec2:StopInstances"
],
"Resource": "arn:aws:ec2:*:*:instance/*",
"Condition": {
"StringEqualsIgnoreCase": {
"ec2:resourceTag/SSMForSAPManaged": "True"
}
}
}
]
},
"VersionId": "v2",
"VersionId": "v3",
"IsDefaultVersion": true,
"CreateDate": "2022-11-18T21:58:54+00:00"
"CreateDate": "2024-07-10T21:54:54+00:00"
}
}

0 comments on commit aec4d23

Please sign in to comment.