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