openvidu-deployment: aws - Fix single node cloudformation to be able to deploy more than one stack in the same region.

master
cruizba 2025-09-25 15:13:11 +02:00
parent 8ff7b24aa5
commit 418372367e
2 changed files with 2 additions and 2 deletions

View File

@ -905,7 +905,7 @@ Resources:
IMDSv2LaunchTemplate:
Type: AWS::EC2::LaunchTemplate
Properties:
LaunchTemplateName: IMDSV2
LaunchTemplateName: !Sub openvidu-singlenode-${AWS::Region}-${AWS::StackName}
LaunchTemplateData:
MetadataOptions:
HttpEndpoint: enabled

View File

@ -936,7 +936,7 @@ Resources:
IMDSv2LaunchTemplate:
Type: AWS::EC2::LaunchTemplate
Properties:
LaunchTemplateName: IMDSV2
LaunchTemplateName: !Sub openvidu-singlenode-${AWS::Region}-${AWS::StackName}
LaunchTemplateData:
MetadataOptions:
HttpEndpoint: enabled