diff options
author | pmikus <peter.mikus@protonmail.ch> | 2024-01-31 10:44:17 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2024-01-31 10:53:03 +0000 |
commit | 06a339415a7e4a589fba3219c96fc9d72fd48631 (patch) | |
tree | 508216aabf972e318df2fce08b24d0fa5421409f /fdio.infra/packer-aws-sut/ubuntu_jammy_arm.pkr.hcl | |
parent | 593394cf4e0f33eba7b8aae8e90c72e740c2c3d2 (diff) |
feat(terraform): 2n-c7gn
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: I7a1f9744c4ca8abbd4814ab6cccba388ef466f50
Diffstat (limited to 'fdio.infra/packer-aws-sut/ubuntu_jammy_arm.pkr.hcl')
-rw-r--r-- | fdio.infra/packer-aws-sut/ubuntu_jammy_arm.pkr.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fdio.infra/packer-aws-sut/ubuntu_jammy_arm.pkr.hcl b/fdio.infra/packer-aws-sut/ubuntu_jammy_arm.pkr.hcl index 135d1c353e..f97bd5d01b 100644 --- a/fdio.infra/packer-aws-sut/ubuntu_jammy_arm.pkr.hcl +++ b/fdio.infra/packer-aws-sut/ubuntu_jammy_arm.pkr.hcl @@ -51,16 +51,16 @@ source "amazon-ebs" "csit_ubuntu_jammy_arm_sut" { ami_name = "csit_ubuntu_jammy_arm_sut" ami_description = "CSIT SUT image based on Ubuntu jammy" ena_support = true - instance_type = "c6gn.4xlarge" + instance_type = "c7gn.4xlarge" launch_block_device_mappings { device_name = "/dev/sda1" volume_size = 40 volume_type = "gp2" } force_deregister = true - region = "eu-central-1" + region = "eu-west-1" skip_create_ami = false - source_ami = "ami-0329d3839379bfd15" + source_ami = "ami-0a1b36900d715a3ad" ssh_username = "ubuntu" } |