Moving servers from Co-Lo and want DNS to keep active when changing IP addresses
We are moving servers that host websites from a different provider to our data center. We will be changing the IP addresses of the hosted websites and want to know the best way to keep the DNS updated with minimal downtime during the transition.
Amazon Route 53 is the option of choice for managing our DNS. We mainly want to know if using an option like an Weighted record or Failover record is a good option or do we just need to add the new IP address to the A record?
DNSCloud ComputingNetwork Management
Last Comment
Nathan Kaufman
8/22/2022 - Mon
Old User
Change the TTL on your current A records to a small amount of time, when you do the move change your A records to the new IP and the amount of downtime will be your TTL.
Nathan Kaufman
ASKER
The concern I have is that it takes time for the Name Servers to populate to other Name Servers, so it won't reflect the change on all Name Servers globally. I want the best solution for it to already be populated in other Name Servers, so the reason for doing this is to make sure the site is accessible on a global scale, not just our Name Server.