Quanto tempo leva para um CNAME Route 53 funcionar?

14

Eu configurei um CNAME no Amazon Route 53 para apontar para outro servidor.

Este é um novo CNAME para um novo subdomínio apontando para um nome de domínio existente.

Com outros provedores de DNS com os quais trabalhei, novos registros de nomes canônicos têm um alias para outro nome de domínio canônico instantaneamente.

    
por David Sulpy 25.09.2012 / 19:13

3 respostas

14

As alterações no registro de 53 DNS do roteamento se propagam em menos de um minuto, mas TTL vezes afetará a rapidez com que DNS resolvers procura registros atualizados .

Q. How quickly will changes I make to my DNS settings on Amazon Route 53 propagate globally?

Amazon Route 53 is designed to propagate updates you make to your DNS records to its world-wide network of authoritative DNS servers within 60 seconds under normal conditions. A change is successfully propagated world-wide when the API call returns an INSYNC status listing.

Note that caching DNS resolvers are outside the control of the Amazon Route 53 service and will cache your resource record sets according to their time to live (TTL). The INSYNC or PENDING status of a change refers only to the state of Route 53’s authoritative DNS servers.

Ou, se você preferir os fóruns de desenvolvedores da AWS ...

You can expect it to have propagated to all Route 53 servers around the world within a minute. However, keep in mind that the TTL determines how quickly the clients will see the updated information. If you set the TTL for a record to say 3600 seconds, DNS resolvers can cache that data for up to an hour before going back to Route 53 again. If it is important to make the updated record propagate down to the end users as fast as possible, I would recommend a TTL of 60 seconds.

As the TTL is configured for each record, you can use different values. If you don't plan to make any changes to a record in the near future, a higher TTL can help you save on query costs and make things a bit more efficient. As an example, you might not need to update your MX records just like that. Let's say you have a TTL set to 43200 seconds (12 hours) for your MX records. If you ever switch to another e-mail provider, simply lower the TTL in advance. As soon as the original TTL has expired, you can proceed with the move. The updated records will now propagate much faster thanks to the lower TTL. Change the TTL back to the original value at the same time.

    
por 25.09.2012 / 19:20
2

Eu não prestei atenção no valor CNAME, estava incorreto para a especificação CNAME. A resposta para a pergunta é 'instantânea'.

    
por 25.09.2012 / 20:00
2

60 segundos, mas verifique se o sistema operacional do host não está armazenando em cache os registros DNS por mais tempo. Use um pesquisa de DNS para verificar diretamente um servidor de nomes.

    
por 27.08.2017 / 13:13