From 7301ea6b9d4edb6e81a0b6f03a0edde8fae3cce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 8 Mar 2022 16:10:37 +0100 Subject: [PATCH] packer: use newer (=faster) instances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Budai --- templates/packer/worker.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/packer/worker.pkr.hcl b/templates/packer/worker.pkr.hcl index d7579b84a..b41fbf65a 100644 --- a/templates/packer/worker.pkr.hcl +++ b/templates/packer/worker.pkr.hcl @@ -44,7 +44,7 @@ source "amazon-ebs" "image_builder" { associate_public_ip_address = true ssh_interface = "public_ip" ssh_username = "ec2-user" - instance_type = "c5.large" + instance_type = "c6a.large" } build {