Cross Account Alias Records

前端 未结 3 1800
心在旅途
心在旅途 2021-01-31 16:33

Is it possible to create an Alias record in Route 53 to a resource in another AWS account?

Use Case:

I have 2 AWS accounts. My domain is configured with a hosted

3条回答
  •  不要未来只要你来
    2021-01-31 16:58

    So I've found the solution. You can in fact create an Alias record to a resource in another account.

    The answer is in the documentation although it's description is a little vague in my opinion. See here under the ELB heading.

    If you used different accounts to create your Amazon Route 53 hosted zone and your load balancer – Enter the value that you got in the procedure Getting the DNS Name for an ELB Load Balancer.

    As a result, here's what I did:

    1. Copied my ELB DNS name from account B
    2. In account A, I created an Alias record for my zone apex (type: IPv4) and I simply pasted in the DNS name into the text field.

    I saved the record and it worked straight away.

    After you paste in your ELB's DNS name, you'll notice that the Alias Hosted Zone ID matches the Hosted Zone ID in your ELB's description tab.

提交回复
热议问题