• Matt Kulka's avatar
    [plugin/route53]: Increase ListResourceRecordSets paging size. (#3073) · 45e17c32
    Matt Kulka authored
    without the paging parameter set, it will default to 100 records per request. with large enough zones and
    potentially multiple coredns daemons configured to pull from route 53, this can quickly add up and reach
    aws global api rate limits (5/sec per root account). increasing paging to max can help reduce the number
    of requests needed to pull records for a zone without no down side that i am aware of.
    
    this helps issue #2353, but probably is not a complete fix.
    Signed-off-by: default avatarMatt Kulka <mkulka@parchment.com>
    45e17c32
route53.go 7.81 KB