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:
parent
a22b0c229a
commit
ab3bd7d94f
1 changed files with 4 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue