Delegating Bind9 sub-domain to AWS Route53

Asked

Viewed 218 times

1

Hello, I have a properly configured Bind9 server and would like to configure it to delegate a subdomain to the AWS Route53 service.

For example. My domain configured in Bing9 is example.org I would like the subdomain testing.example.org to be configured in the AWS Route53 service so that all records within this subdomain are configured in Route53 because this service offers some routing policies that will be useful to my environment (Failover mostly).

I have done some research and so far I have not found a solution. Thanks for your help.

1 answer

1

I found the solution.

In the example.org zone configuration in Bind9 enter the NS type records pointing to the Name Servers that AWS provides when we create a new zone. testing IN NS ns-1493.awsdns-38.org. testing IN NS ns-743.awsdns-34.net. testing IN NS ns-1851.awsdns-16.co.uk. testing IN NS ns-191.awsdns-19.com.

From that moment on, all the records you want to configure within that sub-domain just configure them in Route53.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.