Delegating Subdomain Bind9 to AWS Route53

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 testing.example.org subdomain to be configured on the AWS Route53 service so that all records within that subdomain are configured on Route53 because this service offers some routing policies that will be useful for my environment (Failover mainly). >

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

    
asked by anonymous 05.05.2016 / 23:55

1 answer

1

I found the solution.

In the configuration of zone example.org in Bind9 enter the records of type NS 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, all the records that you want to configure within this sub domain just set them up in Route53.

    
06.05.2016 / 19:03