Creating Route 53 domains for an organization

0

I’m looking for the best way to create my Route 53 domains for my organization. Ideally, I’d like to do this in one account and then share it with the others.

질문됨 7달 전247회 조회
1개 답변
1
수락된 답변

You can share a domain across accounts by using the hosted zones feature in Route 53:

  1. You create a hosted zone that has the same name as the subdomain that you want to route traffic for, such as acme.example.com.
  2. You create records in the new hosted zone that define how you want to route traffic for the subdomain (acme.example.com) and its subdomains, such as backend.acme.example.com.
  3. You get the name servers that Route 53 assigned to the new hosted zone when you created it.
  4. You create a new NS record in the hosted zone for the domain (example.com), and you specify the four name servers that you got in step 3.

You can read more details about this process here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-routing-traffic-for-subdomains.html

AWS
Olivia
답변함 7달 전
profile pictureAWS
전문가
검토됨 7달 전

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

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

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

관련 콘텐츠