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 8ae7f15 commit d839604Copy full SHA for d839604
templates/aws-stack.yml
@@ -1285,7 +1285,7 @@ Resources:
1285
AutoScalingGroupName: [ !Ref AgentAutoScaleGroup ]
1286
LifecycleHookName: [ !Ref ShutdownHook ]
1287
Targets:
1288
- - Arn: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:automation-definition/${BootHookAutomation}:$DEFAULT
+ - Arn: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:automation-definition/${ShutdownHookAutomation}:$DEFAULT
1289
RoleArn: !GetAtt EventBridgeRuleRole.Arn
1290
Id: TargetSsmAutomation
1291
InputTransformer:
0 commit comments