0

I have a main domain lets call it example.com. In aws I have created a hosted zone via pipeline for test.example.com and added 4 NS records to 123-reg.com and its working perfectly.

Now I am trying to create a stag environment stag.example.com and my pipeline created a new hosted zone for stag.example.com and asking to add different 4 ns records, my question is 123-reg only allows maximum 4 ns records and if i remove the old 4 ns records my test.exmaple.com wont work anymore. how to configure this properly?

thanks

Eric
  • 111
  • 4
  • 1
    If you are using delegated zones for your subdomains, then you only create one record for the delegated zone that contains the 4 name servers. You do not add more name servers (NS resource records) to the parent zone. Edit your question with details including a view of how you are configuring the subdomains. – John Hanley Mar 19 '21 at 01:09

1 Answers1

0

I have added new load balancer dns record to the same hosted zone created by other environments. This worked for me.

Eric
  • 111
  • 4