Skip to content

Commit 2701946

Browse files
Updated private key used on timeseries deployments (#130)
* 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 * Updated private key used on timeseries deployments --------- Co-authored-by: filipecosta90 <filipecosta.90@gmail.com>
1 parent 100162f commit 2701946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ variable "public_key" {
5858

5959
variable "key_name" {
6060
description = "key name"
61-
default = "perf-ci"
61+
default = "perf-cto-us-east-2"
6262
}
6363

6464
variable "region" {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ variable "public_key" {
5858

5959
variable "key_name" {
6060
description = "key name"
61-
default = "perf-ci"
61+
default = "perf-cto-us-east-2"
6262
}
6363

6464
variable "region" {

0 commit comments

Comments
 (0)