assetnote / ghostbuster

Eliminate dangling elastic IPs by performing analysis on your resources within all your AWS accounts.
GNU Affero General Public License v3.0
264 stars 35 forks source link

Version 1.0.2 route53 not all A records found #13

Open awakenine opened 1 year ago

awakenine commented 1 year ago

Recent version 1.0.2 founds less records for Route53 that 0.0.7. It may be connected with pagination errors. Version 1.0.2: Obtained 215 DNS A records so far Version 0.0.7: Obtained 1377 DNS A records so far.

HeetVekariya commented 1 year ago

I would like to work on this issue, could you please explain me more about the issue ?

awakenine commented 1 year ago

@HeetVekariya try running version 0.0.7 and 1.0.2 on AWS account with 500+ Route53 A records. It seems some changes in get_route53_A_records() between versions causes that it stops listing route53 record after some pages.