Skip to content

Commit bf6058c

Browse files
Updated base image to use 24.04 arm (perf-base-image-ubuntu24.04-aarch64-m7g.8xlarge-20250319-1137) (#127)
1 parent 4cdca72 commit bf6058c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,10 @@ 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-095460f0c4bc57b6e
63+
# (Ubuntu 24.04, memtier 2.1.4 and redis unstable from March 19th 2025)
7364
variable "instance_ami" {
74-
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 22.04 - perf-base-image-ubuntu22.04-aarch64-m7g.8xlarge-20250314-1233"
75-
default = "ami-095460f0c4bc57b6e"
65+
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 24.04 - perf-base-image-ubuntu24.04-aarch64-m7g.8xlarge-20250319-1137"
66+
default = "ami-085a6d2c9ae2c0142"
7667
}
7768

7869
variable "instance_device_name" {

0 commit comments

Comments
 (0)