templates/packer: triple aws polling attempts

AMIs can take a long time to get ready.
This commit is contained in:
Sanne Raymaekers 2022-12-13 15:20:41 +01:00
parent 99a202fa99
commit 81a5ff1bf6

View file

@ -34,7 +34,7 @@ build {
instance_type = "c6a.large"
aws_polling {
delay_seconds = 20
max_attempts = 60
max_attempts = 180
}
# Set a name for the resulting AMI.
@ -68,7 +68,7 @@ build {
instance_type = "c6g.large"
aws_polling {
delay_seconds = 20
max_attempts = 60
max_attempts = 180
}
# Set a name for the resulting AMI.