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
질문됨 6년 전2017회 조회
1개 답변
0
수락된 답변

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
답변함 6년 전
profile picture
전문가
검토됨 10달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠