Skip to content

Commit bfe32e2

Browse files
committed
update copy AMI lambda parameter
1 parent 02a65f2 commit bfe32e2

4 files changed

Lines changed: 7943 additions & 7919 deletions

File tree

aws/copy-ami-lambda/v1/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0
1+
v1.0.1

aws/copy-ami-lambda/v1/copy-ami-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Outputs:
177177
Condition: ShowDeploymentLink
178178
Description: Launch a new cluster stack using the copied AMI in your account. This link will open the CloudFormation console to create a new stack, with the custom AMI ID prepopulated. You should only click this link when the AMI is ready, which may take 5-15 minutes.
179179
Value: !Sub
180-
- "https://${AWS::Region}.console.aws.amazon.com/cloudformation/home?region=${AWS::Region}#/stacks/create/review?templateURL=${MWTemplateUrl}&param_customAmiId=${CopiedAmiId}&param_InstanceAmiCustom=${CopiedAmiId}"
180+
- "https://${AWS::Region}.console.aws.amazon.com/cloudformation/home?region=${AWS::Region}#/stacks/create/review?templateURL=${MWTemplateUrl}&param_CustomAmiId=${CopiedAmiId}&param_InstanceAmiCustom=${CopiedAmiId}"
181181
-
182182
MWTemplateUrl: !Ref MWTemplateUrl
183183
CopiedAmiId: !GetAtt AmiCopyTrigger.CopiedAmiId

0 commit comments

Comments
 (0)