Skip to content

Commit afe8c45

Browse files
committed
test: update benchmark ec2 os to amazon linux 2023
amazon linux 2 is no longer supported
1 parent 0aee559 commit afe8c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/benchmark/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ module "standalone_apm_server" {
153153
source = "../infra/terraform/modules/standalone_apm_server"
154154

155155
vpc_id = module.vpc.vpc_id
156-
aws_os = "amzn2-ami-hvm-*-x86_64-ebs"
156+
aws_os = "al2023-ami-2023"
157157
apm_instance_type = var.standalone_apm_server_instance_size
158158
apm_volume_type = var.standalone_apm_server_volume_type
159159
apm_volume_size = var.apm_server_tail_sampling ? coalesce(var.standalone_apm_server_volume_size, 60) : var.standalone_apm_server_volume_size

0 commit comments

Comments
 (0)