EC2 autoscaler: avoid hitting aws filter limits#1954
Merged
drcrallen merged 1 commit intoapache:masterfrom Nov 13, 2015
Merged
Conversation
Contributor
There was a problem hiding this comment.
Is this documented by AWS somewhere? if so can we put a comment where this came from?
Member
Author
There was a problem hiding this comment.
I haven't searched the docs, but the limit appears to be 200 by default.
Member
There was a problem hiding this comment.
can we also add a comment ?
Contributor
|
👍 |
1 similar comment
Member
|
👍 |
Member
Author
|
hold on before merging, there's another place where we might hit this limit |
0a80ba2 to
d42c8b3
Compare
Contributor
|
Still 👍 |
Member
Author
|
ok I added comment, and fix the other filter query as well, please have a look |
Contributor
|
I'm guessing there's no way to check this in a unit test is there? |
Member
Author
|
@drcrallen I can add a unit test, sure, |
d42c8b3 to
065dfd0
Compare
065dfd0 to
749ac12
Compare
Member
Author
|
added tests |
Member
|
👍 |
drcrallen
added a commit
that referenced
this pull request
Nov 13, 2015
EC2 autoscaler: avoid hitting aws filter limits
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prevents the following error below from happening.
As a side benefit this also materialized the instanceId list, so it should reduce garbage creation.