Skip to content

Commit

Permalink
imds_support = "v2.0" (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez authored Sep 24, 2024
1 parent b5c41bd commit 58ce08e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/packer/aws-ubuntu-docker.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ source "amazon-ebs" "ubuntu_amd64" {
ami_description = "Avalanche-CLI Ubuntu 20.04 Docker"
instance_type = "t3.xlarge"
region = "us-east-1"
imds_support = "v2.0"
source_ami_filter {
filters = {
name = "ubuntu/images/*ubuntu-focal-20.04-amd64-server-*"
Expand Down Expand Up @@ -64,6 +65,7 @@ source "amazon-ebs" "ubuntu_arm64" {
ami_description = "Avalanche-CLI Ubuntu 20.04 Docker"
instance_type = "t4g.xlarge" # Adjust the instance type for arm64
region = "us-east-1"
imds_support = "v2.0"
source_ami_filter {
filters = {
name = "ubuntu/images/*ubuntu-focal-20.04-arm64-server-*" # Filter for arm64 AMIs
Expand Down

0 comments on commit 58ce08e

Please sign in to comment.