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 }