Skip to content

Commit c1f101e

Browse files
committed
Add more ssm document permissions
1 parent a02572f commit c1f101e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

templates/service-role.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,13 @@ Resources:
217217
{
218218
"Effect": "Allow",
219219
"Action": [
220-
"ssm:CreateDocument"
220+
"ssm:ListDocuments",
221+
"ssm:CreateDocument",
222+
"ssm:GetDocument",
223+
"ssm:UpdateDocument",
224+
"ssm:UpdateDocumentMetadata",
225+
"ssm:DescribeDocument",
226+
"ssm:DeleteDocument"
221227
],
222228
"Resource": "*"
223229
},

0 commit comments

Comments
 (0)