Skip to content

Commit

Permalink
Updated AMI Amazon Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 29, 2024
1 parent d7b7ac5 commit 7647ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 7647ee4

Please sign in to comment.