X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2F2n_aws_c5n%2Fvariables.tf;h=4854978c7b60e2250c551db82fc4fd6307b3f138;hp=62a7de4c57b1026ea3f7c162f6bbe4667e244344;hb=aff4d46c7ad0f54c4be632d498bf88a75d22e70e;hpb=6f9f70d7bb1bbed37ff1495c20d11a03b82b9951 diff --git a/fdio.infra.terraform/2n_aws_c5n/variables.tf b/fdio.infra.terraform/2n_aws_c5n/variables.tf index 62a7de4c57..4854978c7b 100644 --- a/fdio.infra.terraform/2n_aws_c5n/variables.tf +++ b/fdio.infra.terraform/2n_aws_c5n/variables.tf @@ -19,7 +19,7 @@ variable "ami_image_tg" { # kernel 5.4.0-1035-aws (~5.4.0-65) description = "AWS AMI image ID" type = string - default = "ami-0d6bc0344dc036b9d" + default = "ami-038ede035b200bf55" } variable "ami_image_sut" { @@ -27,7 +27,7 @@ variable "ami_image_sut" { # kernel 5.4.0-1035-aws (~5.4.0-65) description = "AWS AMI image ID" type = string - default = "ami-012c9c631964367be" + default = "ami-08675923394f0c300" } variable "instance_initiated_shutdown_behavior" { @@ -39,7 +39,7 @@ variable "instance_initiated_shutdown_behavior" { variable "instance_type" { description = "AWS instance type" type = string - default = "c5n.9xlarge" + default = "c5n.4xlarge" } variable "testbed_name" {