You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packer works fine until is time to wait for aws to return the ami response and crashes with
==> amazon-ebs.sql2019-full: Waiting for AMI to become ready...
--
2555 | ==> amazon-ebs.sql2019-full: Error waiting for AMI: Failed with ResourceNotReady error, which can have a variety of causes. For help troubleshooting, check our docs: https://www.packer.io/docs/builders/amazon.html#resourcenotready-error
2556 | ==> amazon-ebs.sql2019-full: original error: ResourceNotReady: exceeded wait attempts
Overview of the Issue
Consistently getting
ResourceNotReady: exceeded wait attempts
errors using a high performance instance type.Reproduction Steps
Use the following AWS Source AMI and use a specific
instance_type
=>m5.large
.aws ec2 describe-images --owners self amazon --filters "Name=name,Values=Windows_Server-2019-English-Full-SQL_2019_Standard-????.??.??" "Name=root-device-type,Values=ebs" | jq -r '.Images| sort_by(.CreationDate)' | jq -r '.[].Name'
Packer works fine until is time to wait for aws to return the ami response and crashes with
Packer version
v1.11.2
Simplified Packer Template
Operating system and Environment details
This runs in an Amazon Linux 2023 AWS Codebuild container with 3GB of memory.
The text was updated successfully, but these errors were encountered: