We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c312b commit 624ea72Copy full SHA for 624ea72
templates/aws-stack.yml
@@ -1161,10 +1161,15 @@ Resources:
1161
Resource: "*"
1162
- Effect: Allow
1163
Action: ssm:SendCommand
1164
- Resource: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:document/AWS-RunShellScript
+ Resource: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}::document/AWS-RunShellScript
1165
1166
1167
Resource: !Sub arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:instance/*
1168
+ - Effect: Allow
1169
+ Action:
1170
+ - ssm:ListCommands
1171
+ - ssm:ListCommandInvocations
1172
+ Resource: "*"
1173
- PolicyName: CompleteLifecycleActions
1174
PolicyDocument:
1175
Version: '2012-10-17'
0 commit comments