Skip to content

Commit 100162f

Browse files
Moved redistimeseries base image from ami-01207799cb12aebd3 (which used redis 7.4) to ami-0cda50c2e20879afb which uses 8.0 (#129)
* Added 24.04 base image, EC deployments, and benchmark client deployment with latest base image * Moved redistimeseries base image from ami-01207799cb12aebd3 (which used redis 7.4) to ami-0cda50c2e20879afb which uses 8.0
1 parent 6930a26 commit 100162f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

terraform/oss-redistimeseries-m5-spot-instances/variables.tf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ variable "region" {
6666
}
6767

6868
# (Ubuntu 22.04)
69-
# perf base image
70-
69+
# https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#ImageDetails:imageId=ami-0cda50c2e20879afb
7170
variable "instance_ami" {
72-
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 22.04"
73-
default = "ami-01207799cb12aebd3"
71+
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 22.04 - perf-base-image-ubuntu22.04-m6i.8xlarge-20250306-0220"
72+
default = "ami-0cda50c2e20879afb"
7473
}
7574

7675
variable "instance_device_name" {
@@ -125,7 +124,7 @@ variable "instance_network_interface_plus_count" {
125124

126125
variable "os" {
127126
description = "os"
128-
default = "ubuntu18.04"
127+
default = "ubuntu22.04"
129128
}
130129

131130
variable "ssh_user" {
@@ -164,4 +163,4 @@ variable "client_instance_type" {
164163

165164
variable "client_instance_count" {
166165
default = "1"
167-
}
166+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ variable "region" {
6666
}
6767

6868
# (Ubuntu 22.04)
69+
# https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#ImageDetails:imageId=ami-0cda50c2e20879afb
6970
variable "instance_ami" {
70-
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 20.04 - perf-base-image-ubuntu22.04-m6i.8xlarge-1"
71-
default = "ami-01207799cb12aebd3"
71+
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 22.04 - perf-base-image-ubuntu22.04-m6i.8xlarge-20250306-0220"
72+
default = "ami-0cda50c2e20879afb"
7273
}
7374

7475
variable "instance_device_name" {
@@ -123,7 +124,7 @@ variable "instance_network_interface_plus_count" {
123124

124125
variable "os" {
125126
description = "os"
126-
default = "ubuntu20.04"
127+
default = "ubuntu22.04"
127128
}
128129

129130
variable "ssh_user" {

0 commit comments

Comments
 (0)