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 aa1deb9 commit 56ae297Copy full SHA for 56ae297
templates/aws-stack.yml
@@ -1158,7 +1158,7 @@ Resources:
1158
Statement:
1159
- Effect: Allow
1160
Action: ssm:SendCommand
1161
- Resource: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:document/AWS-RunShellScript
+ Resource: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:document/AWS-RunShellScript
1162
1163
1164
Resource: !Sub arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:instance/*
0 commit comments