-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform timeout on AWS Launch Config change when using create_before_destroy #5415
Comments
I have the same error. |
I am also hitting this but even on a simple LC creation. In |
For reference, here is my launch config:
|
Debugging output in case it helps any. I see no errors, just retry attempts.
|
My issue was actually due to specifying a non-existent AMI. |
It actually might be helpful in my situation at least to have something that indicates that the AMI provided doesn't exist. Not sure why there wasn't an underlying AWS error here. |
Hey @jamescarr – it's normally an underlying AWS error, we had another issue with Retries recently that's since been patched. That issue was preventing the real issue from surfacing. The latest v0.6.13 should have things sorted out! Ref: |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi, I'm not sure if it is a AWS region issue, but when on the ap-southeast-1 region, Terraform will timeout when changing a EC2 Launch Configuration if the following is included (there is no timeout when this is not specified and the config changes).
LC config:
The text was updated successfully, but these errors were encountered: