コマンドオプションサンプル:aws route53 associate-vpc-with-hosted-zone

コマンドサンプルを検索した結果です。

Amazon vpcをプライベートホストゾーンに関連付けます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/route53/associate-vpc-with-hosted-zone.html

aws route53 associate-vpc-with-hosted-zone --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 associate-vpc-with-hosted-zone \
    [Route 53]他のAWSアカウントのVPCにプライベートホストゾーンを関連付ける | Developers.IO : http://dev.classmethod.jp/cloud/aws/associate-private-hosted-zone-to-other-account-vpc/
aws route53 associate-vpc-with-hosted-zone 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 associate-vpc-with-hosted-zone --vpc VPCRegion=ap-northeast-1
    AWS Route53でAWSアカウントをまたいだPrivate Host Zoneの共有方法 : http://qiita.com/falcon8823/items/024d2a608f6de837d76d
aws route53 associate-vpc-with-hosted-zone --hosted-zone-id AAZZZ123AA --vpc VPCRegion=us-west-2
    amazon web services - How to manage VPC association to Route53 hosted zone using CloudFormation? - Server Fault : http://serverfault.com/questions/879982/how-to-manage-vpc-association-to-route53-hosted-zone-using-cloudformation

aws のオプション一覧