Skip to content

Commit 828c21e

Browse files
authored
Bump machine types to match standard ubuntu options (#115)
1 parent 00e2c43 commit 828c21e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/ubuntu/templates/ubuntu-20.04.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ source "amazon-ebs" "build_image" {
234234
ami_virtualization_type = "hvm"
235235
ami_groups = var.aws_private_ami ? [] : ["all"]
236236
ebs_optimized = true
237-
spot_instance_types = ["t3.xlarge"]
237+
spot_instance_types = ["m7i.xlarge"]
238238
spot_price = "1.00"
239239
region = "${var.aws_region}"
240240
ssh_username = "ubuntu"

images/ubuntu/templates/ubuntu-22.04.arm64.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ source "amazon-ebs" "build_image" {
234234
ami_virtualization_type = "hvm"
235235
ami_groups = var.aws_private_ami ? [] : ["all"]
236236
ebs_optimized = true
237-
spot_instance_types = ["t4g.xlarge"]
237+
spot_instance_types = ["m7g.xlarge"]
238238
spot_price = "1.00"
239239
region = "${var.aws_region}"
240240
ssh_username = "ubuntu"

images/ubuntu/templates/ubuntu-22.04.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ source "amazon-ebs" "build_image" {
234234
ami_virtualization_type = "hvm"
235235
ami_groups = var.aws_private_ami ? [] : ["all"]
236236
ebs_optimized = true
237-
spot_instance_types = ["t3.xlarge"]
237+
spot_instance_types = ["m7i.xlarge"]
238238
spot_price = "1.00"
239239
region = "${var.aws_region}"
240240
ssh_username = "ubuntu"

images/ubuntu/templates/ubuntu-minimal.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ source "amazon-ebs" "build_image" {
220220
ami_virtualization_type = "hvm"
221221
ami_groups = var.aws_private_ami ? [] : ["all"]
222222
ebs_optimized = true
223-
spot_instance_types = ["t3.xlarge"]
223+
spot_instance_types = ["m7i.xlarge"]
224224
spot_price = "1.00"
225225
region = "${var.aws_region}"
226226
ssh_username = "ubuntu"

0 commit comments

Comments
 (0)