指定されたvpcを作成したAWSアカウントに、「associate-vpc-with-hosted-zone」リクエストを送信して、別のアカウントで作成された指定されたホストゾーンにvpcを関連付けます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/route53/create-vpc-association-authorization.html
aws route53 create-vpc-association-authorization --hosted-zone-id |
Associate a Route 53 Private Hosted Zone With a VPC on a Different AWS Account : http://aws.amazon.com/premiumsupport/knowledge-center/private-hosted-zone-different-account/ |
aws route53 create-vpc-association-authorization \ |
[Route 53]他のAWSアカウントのVPCにプライベートホストゾーンを関連付ける | Developers.IO : http://dev.classmethod.jp/cloud/aws/associate-private-hosted-zone-to-other-account-vpc/ |
aws route53 create-vpc-association-authorization --hosted-zone-id |
Association of Route53 private hosted zones between AWS accounts using terraform. 揃 GitHub : http://gist.github.com/dalethestirling/eb1e2a3c6c68adbf8645a1e325a8afb2 |
aws route53 create-vpc-association-authorization hosted-zone-id |
How to centralize DNS management in a multi-account environment | Noise : http://noise.getoto.net/2018/04/26/how-to-centralize-dns-management-in-a-multi-account-environment/ |
aws route53 create-vpc-association-authorization --vpc VPCRegion=ap-northeast-1 |
AWS Route53でAWSアカウントをまたいだPrivate Host Zoneの共有方法 : http://qiita.com/falcon8823/items/024d2a608f6de837d76d |
aws route53 create-vpc-association-authorization --hosted-zone-id Z333AEF1GGC --vpc VPCRegion=eu-west-1 |
domain name system - AWS Permissions for Cross-Account DNS Association - Server Fault : http://serverfault.com/questions/912096/aws-permissions-for-cross-account-dns-association |