Skip to content

Commit

Permalink
Updated bench client to latest ubuntu ami
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed May 5, 2024
1 parent b867252 commit 178c18c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/bench-client2-r6i.2xlarge/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ variable "region" {
# (Ubuntu 22.04)
# ubuntu-bionic-22.04-amd64-server
variable "instance_ami" {
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 22.04 LTS 20240207.1"
default = "ami-0f5daaa3a7fb3378b"
description = "AMI for aws EC2 instance - us-east-2 Ubuntu 22.04 LTS 20240501"
default = "ami-0b986fc833876b42e"
}


Expand Down Expand Up @@ -133,7 +133,7 @@ variable "instance_network_interface_plus_count" {

variable "os" {
description = "os"
default = "ubuntu18.04"
default = "ubuntu22.04"
}

variable "ssh_user" {
Expand Down

0 comments on commit 178c18c

Please sign in to comment.