Command option Sample:aws ec2 associate-dhcp-options

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

Associates a set of DHCP options (that you've previously created) withthe specified VPC, or associates no DHCP options with the VPC.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/associate-dhcp-options.html

aws ec2 associate-dhcp-options \
    Deploying and Managing OpenShift 3.9 on Amazon Web Services - Red Hat Customer Portal : http://access.redhat.com/documentation/en-us/reference_architectures/2018/html-single/deploying_and_managing_openshift_3.9_on_amazon_web_services/index
aws ec2 associate-dhcp-options --dhcp-options-id dopt-3d63yyyy --vpc-id vpc-688axxxx
aws ec2 associate-dhcp-options --dhcp-options-id default --vpc-id vpc-a01106c2
    create-dhcp-options — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/associate-dhcp-options.html
aws ec2 associate-dhcp-options \
    openshift-the-hard-way/aws.md at master 揃 debianmaster/openshift-the-hard-way 揃 GitHub : http://github.com/debianmaster/openshift-the-hard-way/blob/master/aws.md
aws ec2 associate-dhcp-options \
    Modifying the DHCP Options Set Associated with a VPC - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Modifying+the+DHCP+Options+Set+Associated+with+a+VPC

aws のオプション一覧