DNS TTL – Is It Necessary to Set a Different TTL Before Changing Route53 DNS Record?

amazon-route53cachedomain-name-systemresolv.confttl

The first time create the Route53 DNS record with a load balancer origin DNS name with ttl 1 day.

After some days, we want to change the value to another load balancer origin DNS name. Do we need to set the target DNS record's ttl to a short time such as 1 hour first? Then after 1 hour change the DNS value. Does it can refresh its DNS cache and update to new record perfectly?

Best Answer

No, just change the record. It often takes a lot less time to propagate changes, sometimes in just minutes.

Related Topic