openvidu-deployment: aws - Fix single node cloudformation to be able to deploy more than one stack in the same region.
This commit is contained in:
parent
8ff7b24aa5
commit
418372367e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user