How do I set up a PTR for IPv6 address on EC2?

1

I have a virtual server on EC2 that is using an Amazon assigned public IPv6 address and needs to have a PTR record. I tried to set one up in Route53 but need Amazon to delegate the IP to propagate beyond those name servers.

Rob
已提问 1 个月前172 查看次数
2 回答
0

It can be done from the EC2 Console now. Please follow this guide to create a reverse DNS record.

profile pictureAWS
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前
  • The guide you link to is for IPv4 elastic IP addresses, not IPv6 IP addresses.

0

Allocate an Elastic IPv6 address and associate it with your EC2 instance and then create a Route 53 hosted zone with the domain ip6.arpa.

Create a PTR record in Route 53 with the reverse IPv6 address.ì and contact the organization managing the IPv6 address space to delegate the reverse DNS zone to Route 53.

Verify PTR record propagation using DNS lookup tools (dig, nslookup, etc).

profile picture
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则