Command option Sample:aws ec2 create-vpc-endpoint

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

Creates a VPC endpoint for a specified service.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-vpc-endpoint.html

aws ec2 create-vpc-endpoint --vpc-id vpc-731e0711 --service-name com.amazonaws.ap-southeast-2.s3 --route-table-ids rtb-0404a561
    VPC Endpoint for Amazon S3: just out from AWS : http://cloudacademy.com/blog/vpc-endpoint-for-amazon-s3/
aws ec2 create-vpc-endpoint --vpc-id vpc-1a2b3c4d --service-name com.amazonaws.us-east-1.s3 --route-table-ids rtb-11aa22bb
    create-vpc-endpoint — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/create-vpc-endpoint.html
aws ec2 create-vpc-endpoint --vpc-endpoint-type Interface \
    Private VPC & AWS PrivateLink — Snowflake Documentation : http://docs.snowflake.net/manuals/user-guide/admin-security-privatelink.html
aws ec2 create-vpc-endpoint --vpc-id
    Datomic Cloud with AWS Lambda - Datomic Cloud - Datomic Developers : http://forum.datomic.com/t/datomic-cloud-with-aws-lambda/342
aws ec2 create-vpc-endpoint --vpc-id vpc-1a2b3c4d --service-name com.amazonaws.us-east-1.s3 --route-table-ids rtb-11aa22bb
    amazon-vpc-user-guide/vpce-gateway.md at master 揃 awsdocs/amazon-vpc-user-guide 揃 GitHub : http://github.com/awsdocs/amazon-vpc-user-guide/blob/master/doc_source/vpce-gateway.md
aws ec2 create-vpc-endpoint \
--vpc-endpoint-type
    VPC endpoint | Noise : http://noise.getoto.net/tag/vpc-endpoint/
aws ec2 create-vpc-endpoint --vpc-id
    Managing Helm Releases from your CI/CD : http://tech.honestbee.com/articles/devops/2017-07/drone-helm-repository
aws ec2 create-vpc-endpoint \
    Creating a VPC Endpoint - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Creating+a+VPC+Endpoint
aws ec2 create-vpc-endpoint --region us-west-2 --vpc-endpoint-type Interface --service-name com.dynatrace.vpce.oregon-1 --vpc-id
    Improve security and connectivity with PrivateLink & Dynatrace | Dynatrace blog : http://www.dynatrace.com/news/blog/improve-security-connectivity-privatelink-dynatrace/

aws のオプション一覧