templates/packer: Increase aws timeouts for rhel-8-aarch64

This job is failing with "ResourceNotReady: exceeded wait attempts".

https://www.packer.io/plugins/builders/amazon#resourcenotready-error
This commit is contained in:
Sanne Raymaekers 2022-09-05 14:30:55 +02:00 committed by Ondřej Budai
parent a22b0c229a
commit ab3bd7d94f

View file

@ -62,6 +62,10 @@ build {
source_ami = "ami-0c84d76d81209a0e2"
ssh_username = "ec2-user"
instance_type = "c6g.large"
aws_polling {
delay_seconds = 10
max_attempts = 50
}
# Set a name for the resulting AMI.
ami_name = "${var.image_name}"