packer: use newer (=faster) instances

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2022-03-08 16:10:37 +01:00 committed by Ondřej Budai
parent 8664c1449a
commit 7301ea6b9d

View file

@ -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 {