Skip to content

Commit c306031

Browse files
author
MAMIP Bot
committed
SageMakerStudioUserIAMConsolePolicy - Policy Version v2
1 parent 8cb3d1b commit c306031

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

policies/SageMakerStudioUserIAMConsolePolicy

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-08-18T22:49:07Z",
4-
"VersionId": "v1",
3+
"CreateDate": "2025-11-10T22:19:10Z",
4+
"VersionId": "v2",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -15,7 +15,15 @@
1515
"datazone:CreateProject",
1616
"datazone:GetProject",
1717
"datazone:DeleteProject",
18-
"datazone:GetIamPortalLoginUrl"
18+
"datazone:GetIamPortalLoginUrl",
19+
"datazone:ListEnvironmentBlueprints",
20+
"datazone:ListEnvironments",
21+
"datazone:GetEnvironment",
22+
"datazone:GetEnvironmentCredentials",
23+
"datazone:GetGroupProfile",
24+
"datazone:SearchGroupProfiles",
25+
"datazone:SearchUserProfiles",
26+
"datazone:ListProjectMemberships"
1927
],
2028
"Resource": [
2129
"*"
@@ -47,6 +55,23 @@
4755
}
4856
},
4957
"Sid": "IAMPassRoleStatement"
58+
},
59+
{
60+
"Action": [
61+
"kms:Decrypt",
62+
"kms:GenerateDataKey"
63+
],
64+
"Resource": "*",
65+
"Effect": "Allow",
66+
"Condition": {
67+
"ForAnyValue:StringEquals": {
68+
"kms:EncryptionContextKeys": "aws:datazone:domainId"
69+
},
70+
"StringLike": {
71+
"kms:ViaService": "datazone.*.amazonaws.com"
72+
}
73+
},
74+
"Sid": "DataZoneKMSPermissions"
5075
}
5176
]
5277
},

0 commit comments

Comments
 (0)