Command option Sample:aws ec2 delete-route

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

Deletes the specified route from the specified route table.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/delete-route.html

aws ec2 delete-route --route-table-id
    SerfでCDP実装 ~ HA-NAT編|アドカレ2013 : CFn #11 | Developers.IO : http://dev.classmethod.jp/cloud/aws/aws-cfn-advent-calendar-2013-ha-nat/
aws ec2 delete-route --route-table-id rtb-22574640 --destination-cidr-block *.*.*.*/0
    delete-vpn-connection-route — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/delete-route.html
aws ec2 delete-route --route-table-id
    Peering multiple VPCs with Ansible – Madisoft SpA : http://labs.madisoft.it/peering-multiple-vpcs-with-ansible/
aws ec2 delete-route --route-table-id --destination-cidr-block
    CIS AWS Foundations Benchmark - SLIDELEGEND.COM : http://slidelegend.com/cis-aws-foundations-benchmark_59fac8061723ddedde7b2c4c.html
aws ec2 delete-route --ro rtb-ef..."/>
    Deep Dive VPC - Pop-up Loft TLV 2017 : http://www.slideshare.net/AmazonWebServices/deep-dive-vpc-popup-loft-tlv-2017

aws のオプション一覧