Route53 zone hosted on two accounts

0

A customer has two AWS accounts A and B. In account A they have a hosted zone in Route53 like www.mycompany.com

On account B they would like to have a hosted zone with the same sub domaine (mycompany.com) but with specific domaines relative to account B, for example dev.info.mycompany.com

They have impemented this however they don't get any answer back from nslookup

nslookup dev.info.mycompany.com

Server: 10.x.x.x

Address: 10.x.x.x#53

** server can't find dev.info.mycompany.com: NXDOMAIN

Is it possible to do this ?

AWS
gefragt vor 6 Jahren2028 Aufrufe
1 Antwort
0
Akzeptierte Antwort

In this example, "mycompany.com" is a domain whose delegation has been sent to their "A" account hosted zone (the four R53 name servers assigned to that zone have been entered in the domain configuration). The hosted zone in "B" is not being referenced from anywhere, thus it is just existing out in the aether and not being used.

Your customer should decide on a specific subdomain for their "B" records to fall under (e.g. "dev.mycompany.com") and make a new hosted zone with that name. They would then take the four R53 name servers assigned to that zone and enter a delegation (NS record) in the parent zone on "A" with "dev.mycompany.com" as the name and the "B" name servers as the value.

See: "To create a new hosted zone and delegation set for your subdomain" https://aws.amazon.com/premiumsupport/knowledge-center/create-subdomain-route-53/

AWS
beantwortet vor 6 Jahren
profile picture
EXPERTE
überprüft vor 10 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen