Skip to content

Commit eabf689

Browse files
authored
Update aws-ssm-ssh-iam-policy.json
1 parent 83de280 commit eabf689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-ssm-ssh-iam-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
],
1010
"Resource": [
1111
"arn:aws:ec2:*:*:instance/*",
12-
"arn:aws:ssm:region:account-id:document/AWS-RunShellScript",
13-
"arn:aws:ssm:region:account-id:document/AWS-StartSSHSession"
12+
"arn:aws:ssm:*:account-id:document/AWS-RunShellScript",
13+
"arn:aws:ssm:*:account-id:document/AWS-StartSSHSession"
1414
],
1515
"Condition": {
1616
"BoolIfExists": {

0 commit comments

Comments
 (0)