Command option Sample:aws route53 associate-vpc-with-hosted-zone

Search command sample in the internet.It is the result.

Associates an Amazon vpc with a private hosted zone.Show details from next link. 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 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 --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 のオプション一覧