Skip to content

Commit cbe85d8

Browse files
Updated base image 24.04 on spot and full price deployments (#133)
Co-authored-by: filipecosta90 <[email protected]>
1 parent d92bbe5 commit cbe85d8

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

terraform/oss-standalone-redisearch-m5-spot-instances/variables.tf

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,11 @@ variable "region" {
6060
default = "us-east-2"
6161
}
6262

63-
# (Ubuntu 22.04, memtier 2.1.4 and redis unstable from March 6th 2025)
64-
# ubuntu@ip-10-3-0-162:~$ memtier_benchmark --version
65-
# memtier_benchmark 2.1.4
66-
# Copyright (C) 2011-2024 Redis Ltd.
67-
# This is free software. You may redistribute copies of it under the terms of
68-
# the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
69-
# There is NO WARRANTY, to the extent permitted by law.
70-
# ubuntu@ip-10-3-0-162:~$ redis-server --version
71-
# Redis server v=255.255.255 sha=f364dcca:0 malloc=jemalloc-5.3.0 bits=64 build=502a999850b32fd8
72-
# https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#ImageDetails:imageId=ami-0cda50c2e20879afb
63+
# (Ubuntu 24.04, memtier 2.1.4 and redis unstable from March 25th 2025)
64+
# https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#ImageDetails:imageId=ami-0e19a771ce5725698
7365
variable "instance_ami" {
74-
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 22.04 - perf-base-image-ubuntu22.04-m6i.8xlarge-20250306-0220"
75-
default = "ami-0cda50c2e20879afb"
66+
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 24.04 - perf-base-image-ubuntu24.04-m6i.8xlarge-20250325-0937"
67+
default = "ami-0e19a771ce5725698"
7668
}
7769

7870

terraform/oss-standalone-redisearch-m5/variables.tf

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,11 @@ variable "region" {
6060
default = "us-east-2"
6161
}
6262

63-
# (Ubuntu 22.04, memtier 2.1.4 and redis unstable from March 6th 2025)
64-
# ubuntu@ip-10-3-0-162:~$ memtier_benchmark --version
65-
# memtier_benchmark 2.1.4
66-
# Copyright (C) 2011-2024 Redis Ltd.
67-
# This is free software. You may redistribute copies of it under the terms of
68-
# the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
69-
# There is NO WARRANTY, to the extent permitted by law.
70-
# ubuntu@ip-10-3-0-162:~$ redis-server --version
71-
# Redis server v=255.255.255 sha=f364dcca:0 malloc=jemalloc-5.3.0 bits=64 build=502a999850b32fd8
72-
# https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#ImageDetails:imageId=ami-0cda50c2e20879afb
63+
# (Ubuntu 24.04, memtier 2.1.4 and redis unstable from March 25th 2025)
64+
# https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#ImageDetails:imageId=ami-0e19a771ce5725698
7365
variable "instance_ami" {
74-
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 22.04 - perf-base-image-ubuntu22.04-m6i.8xlarge-20250306-0220"
75-
default = "ami-0cda50c2e20879afb"
66+
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 24.04 - perf-base-image-ubuntu24.04-m6i.8xlarge-20250325-0937"
67+
default = "ami-0e19a771ce5725698"
7668
}
7769

7870
variable "instance_device_name" {

0 commit comments

Comments
 (0)