-
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
AWS limit exceeded not bubbled up to console #11143
Comments
i am seeing similiar behavior when attempting to create an |
I hit another one of these with an aws_appautoscaling_target:
@grubernaut if you can give me some guidance about where in the code to look to try and deal with this more generally I'd be happy to take a stab at a patch. |
@netjunki unfortunately with the |
@grubernaut I know how to do that already. :-) I'll see if I can pull some patches together. |
This looks related to the dynamodb issue #13339, with the possible bug living inside of the potential throttling happening inside the AWS SDK. Upstream issue: aws/aws-sdk-go#1271 |
Closed via #14571 |
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. |
I'm currently getting the following in the console
Took a while to find the cause but in the log file, it was showing that the request failed due to a bad request, because I have exceeded my firehose stream limit.
Would be great if this error could bubble up to the console so we have a more meaningful error.
Terraform Version
0.8.2
Affected Resource(s)
aws_kinesis_firehose_delivery_stream (probably others)
Steps to Reproduce
The text was updated successfully, but these errors were encountered: