packer: use newer (=faster) instances
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
8664c1449a
commit
7301ea6b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue