From eee4bc08edcd70e1dc7ee1126233739ebc3c6a5f Mon Sep 17 00:00:00 2001 From: Franck Pachot Date: Sun, 27 Oct 2024 23:01:21 +0000 Subject: [PATCH] fix the version build and use the supported image --- yugabyte_cloudformation.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yugabyte_cloudformation.yaml b/yugabyte_cloudformation.yaml index c931291..2762faa 100644 --- a/yugabyte_cloudformation.yaml +++ b/yugabyte_cloudformation.yaml @@ -5,9 +5,9 @@ Description: | Parameters: DBVersion: - Description: Default YugabyteDB version is 2024.1.3.0-b190 + Description: Default YugabyteDB version is 2024.1.3.0-b105 Type: String - Default: "2024.1.3.0-b190" + Default: "2024.1.3.0-b105" RFFactor: Description: Replication factor to create YugabyteDB cluster by default it is set to 3. Type: String @@ -24,7 +24,7 @@ Parameters: ConstraintDescription: "must be a valid EC2 instance type." LatestAmiId: Type: 'AWS::SSM::Parameter::Value' - Default: '/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2' + Default: '/aws/service/ami-amazon-linux-latest/al2023-ami-kernel-default-x86_64' SshUser: Type: String Default: "ec2-user"