Closed wstrucke closed 7 years ago
Might also be useful to have an option to disable it. Then users could choose if they want to have the additional calls.
@bradbenvenuti @wstrucke there are two new pull request, both are related to ELB. https://github.com/Netflix/edda/pull/117 --> adding pagination for elb crawler https://github.com/Netflix/edda/pull/112 --> Add support for elbv2 If someone can review/merge all these in single pull request, that will be great.
@wstrucke thanks for adding ELB tag part. could you pick the latest code which has "pagination for elb crawler"
Also could you address @brharrington comments as well?
An option to disable the querying of tags can come later if someone has the time to create a PR. Minor changes have been addressed and conflicts resolved with master branch.
Hi! This patch has been working in our environment for a number of months but I recall now why I delayed in sending a pull request. It adds substantial load to the AWS API due to querying for tags on every ELB individually. I plan on altering it to perform batch requests to Amazon but haven't gotten around to implementing that yet.