Route53 hosted zone name servers IPs

0

Hi, I'm trying to setup route53 as dns service for a domain registered outside aws.

The provider accept NS only as ip address, is it safe to convert route53 hosted zone NS from hostnames to IPs?

For this operation I would use dig, but I'm not sure if the ip could change at some point.

For example: ns-123.awsdns-456.net ---> 1.2.3.4

Thank you Gabriele

질문됨 일 년 전371회 조회
1개 답변
1

https://aws.amazon.com/route53/faqs/ https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html

as per the ref above

When you create a hosted zone in Amazon Route 53, the service automatically assigns a set of name servers to the zone, and these name servers are presented as hostnames, not IP addresses​. In terms of safety, while it's technically possible to convert these name servers from hostnames to IP addresses using a tool like dig, it's important to note that AWS does not recommend adding, changing, or deleting name servers in the NS record except in rare circumstances​. Furthermore, while AWS rarely changes the IP addresses of name servers and promises to notify users in advance if they need to make such a change​, this does not entirely eliminate the risk. The IP addresses could potentially change, and if you're using the IP addresses directly, this could disrupt DNS resolution for your domain. As such, it's generally safer and more reliable to use the NS records provided by Amazon Route 53 as they are, in the form of hostnames. If your domain registrar only accepts NS records as IP addresses, you might want to consider transferring your domain to a registrar that supports NS records in the form of hostnames.

profile picture
전문가
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠