mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: aws - Fix single node cloudformation to be able to deploy more than one stack in the same region.
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…
Reference in New Issue