Skip to content

Commit 223cb37

Browse files
committed
Add missing iam permission
1 parent 63e9a79 commit 223cb37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/aws-stack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,9 @@ Resources:
11561156
PolicyDocument:
11571157
Version: '2012-10-17'
11581158
Statement:
1159+
- Effect: Allow
1160+
Action: ssm:DescribeInstanceInformation
1161+
Resource: "*"
11591162
- Effect: Allow
11601163
Action: ssm:SendCommand
11611164
Resource: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:document/AWS-RunShellScript

0 commit comments

Comments
 (0)