コマンドオプションサンプル:aws ec2 delete-vpc-endpoints

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

1つ以上の指定されたVPCエンドポイントを削除します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/delete-vpc-endpoints.html

aws ec2 delete-vpc-endpoints --vpc-endpoint-ids vpce-97b652fe
    VPC Endpoint for Amazon S3: just out from AWS : http://cloudacademy.com/blog/vpc-endpoint-for-amazon-s3/
aws ec2 delete-vpc-endpoints --vpc-endpoint-ids vpce-9b15e2f2
    Amazon VPC Endpoints for DynamoDB - Amazon DynamoDB : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-dynamodb.html
aws ec2 delete-vpc-endpoints \
    Deleting a VPC - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Deleting+a+VPC+Endpoint

aws のオプション一覧