From a6ab2badce411919ae9de301d75b39a0f27ab717 Mon Sep 17 00:00:00 2001 From: Thibault Jamet Date: Wed, 14 Aug 2024 11:36:47 +0200 Subject: [PATCH] Update docs/tutorials/aws.md --- docs/tutorials/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index ad6d3921fa..e836e6739a 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -912,7 +912,7 @@ Route53 has a [5 API requests per second per account hard quota](https://docs.aw Running several fast polling ExternalDNS instances in a given account can easily hit that limit. Some ways to reduce the request rate include: * Reduce the polling loop's synchronization interval at the possible cost of slower change propagation (but see `--events` below to reduce the impact). * `--interval=5m` (default `1m`) -* Enable a Cache to store the zone records list. It comes with a cost: slower propagation when the zone gets modified from other sources. +* Enable a Cache to store the zone records list. It comes with a cost: slower propagation when the zone gets modified from other sources such as the AWS console, terraform, cloudformation or anything similar. * `--provider-cache-time=15m` (default `0m`) * Trigger the polling loop on changes to K8s objects, rather than only at `interval` and ensure a minimum of time between events, to have responsive updates with long poll intervals * `--events`