Skip to content

Commit

Permalink
RediSearch spot instance should also use redis 7.4 (#112)
Browse files Browse the repository at this point in the history
* Added default key to rts deployments

* Added default key to rts deployments

* Removed hcl spurious lock file

* Removed hcl spurious lock file

* Added simple 2 nodes setup (1DB with HA enabled)

* Updated base image from redis 7.1 to 7.4.0

* RediSearch spot instance should also use it
  • Loading branch information
filipecosta90 authored Sep 18, 2024
1 parent cc5fed2 commit f5d10f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions terraform/oss-redisearch-m5-spot-instances/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ variable "region" {
}

# (Ubuntu 20.04)
# ubuntu-bionic-20.04-amd64-server
# ubuntu-bionic-20.04-amd64-server with redis 7.4.0 and memtier 2.1.1
# https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#ImageDetails:imageId=ami-0cfbc88a79665b192
variable "instance_ami" {
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 20.04 - perf-cto-base-image-ubuntu20.04-redis-7.1.241"
default = "ami-078c8a93768628849"
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 20.04 - perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency"
default = "ami-0cfbc88a79665b192"
}

variable "instance_device_name" {
Expand Down

0 comments on commit f5d10f3

Please sign in to comment.