From 7647ee4b5d69b5747669ee55b7f2b8c305dd9835 Mon Sep 17 00:00:00 2001 From: lolli001 Date: Mon, 29 Jul 2024 11:47:57 -0400 Subject: [PATCH] Updated AMI Amazon Linux --- build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.pkr.hcl b/build.pkr.hcl index 29b43f5..9213cb2 100644 --- a/build.pkr.hcl +++ b/build.pkr.hcl @@ -11,7 +11,7 @@ source "amazon-ebs" "rhel" { ami_name = "${var.project_name}-{{timestamp}}" instance_type = "t3.micro" # Ensure the instance type is ARM64 compatible region = "us-gov-west-1" - source_ami = "ami-03f5c6b8195c66b04" # Updated AMI ID for RHEL 9 ARM + source_ami = "ami-01c116d3e0152a132" # Updated AMI ID for Amazon-Linux ssh_username = "ec2-user" kms_key_id = "ba7dabdd-0f5a-44aa-9a90-a36c246a29a4" # Static KMS Key ID }