From 2dbc642e76b56a662be6cd7432ee6eecdc9fc3ef Mon Sep 17 00:00:00 2001 From: Christopher Papke Date: Fri, 26 Jul 2024 08:44:47 -0700 Subject: [PATCH] update default ami to latest rhel8 image --- modules/aws/sonar-base-instance/ami.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws/sonar-base-instance/ami.tf b/modules/aws/sonar-base-instance/ami.tf index 250d02a8f..e3f1c27ac 100644 --- a/modules/aws/sonar-base-instance/ami.tf +++ b/modules/aws/sonar-base-instance/ami.tf @@ -3,7 +3,7 @@ locals { id = null owner_account_id = "309956199498" username = "ec2-user" - name = "RHEL-8.6.0_HVM-20240419-x86_64-63-Hourly2-GP3" + name = "RHEL-8.10.0_HVM-20240627-x86_64-0-Hourly2-GP3" } ami = var.ami != null ? var.ami : local.ami_default