From bcad387fe4f0cd5cb2a193b596c2e425e65768b7 Mon Sep 17 00:00:00 2001 From: cruizba Date: Tue, 23 Dec 2025 20:22:53 +0100 Subject: [PATCH] openvidu-deployment: AWS - update OperatingSystem description for clarity across deployment templates --- .../community/singlenode/aws/cf-openvidu-singlenode.yaml | 2 +- openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml | 2 +- openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml | 2 +- .../pro/singlenode/aws/cf-openvidu-singlenode.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openvidu-deployment/community/singlenode/aws/cf-openvidu-singlenode.yaml b/openvidu-deployment/community/singlenode/aws/cf-openvidu-singlenode.yaml index 9ea7c7bfd..46ab1e077 100644 --- a/openvidu-deployment/community/singlenode/aws/cf-openvidu-singlenode.yaml +++ b/openvidu-deployment/community/singlenode/aws/cf-openvidu-singlenode.yaml @@ -417,7 +417,7 @@ Parameters: ConstraintDescription: must be the name of an existing EC2 KeyPair. OperatingSystem: - Description: VSCode Server EC2 operating system + Description: EC2 Operating System Type: String Default: "Ubuntu-24" AllowedValues: ['Ubuntu-22', 'Ubuntu-24'] diff --git a/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml b/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml index 0fde1f169..be39f2b9d 100644 --- a/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml +++ b/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml @@ -765,7 +765,7 @@ Parameters: ConstraintDescription: must be the name of an existing EC2 KeyPair. OperatingSystem: - Description: OpenVidu EC2 operating system + Description: EC2 Operating System Type: String Default: "Ubuntu-24" AllowedValues: ['Ubuntu-22', 'Ubuntu-24'] diff --git a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml index ec0d3fe2c..bef0aebcf 100644 --- a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml +++ b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml @@ -732,7 +732,7 @@ Parameters: ConstraintDescription: must be the name of an existing EC2 KeyPair. OperatingSystem: - Description: OpenVidu EC2 operating system + Description: EC2 Operating System Type: String Default: "Ubuntu-24" AllowedValues: ['Ubuntu-22', 'Ubuntu-24'] diff --git a/openvidu-deployment/pro/singlenode/aws/cf-openvidu-singlenode.yaml b/openvidu-deployment/pro/singlenode/aws/cf-openvidu-singlenode.yaml index c8bdf72df..121fe2479 100644 --- a/openvidu-deployment/pro/singlenode/aws/cf-openvidu-singlenode.yaml +++ b/openvidu-deployment/pro/singlenode/aws/cf-openvidu-singlenode.yaml @@ -432,7 +432,7 @@ Parameters: ConstraintDescription: must be the name of an existing EC2 KeyPair. OperatingSystem: - Description: OpenVidu EC2 operating system + Description: EC2 Operating System Type: String Default: "Ubuntu-24" AllowedValues: ['Ubuntu-22', 'Ubuntu-24']