Skip to content

Private Zone Dynamic Reverse DNS.

0

Does Route 53 allow the setup of a Dynamically Registered Private Zone for Reverse DNS? I'm not finding any documentation on this in my searching.

asked 3 years ago549 views

1 Answer
1

If you mean the automatic creation of a <vpc_cidr>.in-addr.arpa. private hosted zone, then no - you have to enter resource records yourself, either manually or via integration with other services.

You could automate a similar capability through the use of Amazon EventBridge, by triggering resource record updates based on EC2 events related to the running and termination of instances, however you would have to decide how you wanted to code the PTR records (perhaps using a Lambda function to derive a DNS name from the Private IP address of the instance).

There is an old blog post that talks about dynamic DNS, which might help provide some ideas around the Lambda function:

AWS
EXPERT

answered 3 years ago

  • I have used the dynamic DNS solution from the blog with good success in the past.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.