Command option Sample:aws efs delete-mount-target

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

Deletes the specified mount target.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/efs/delete-mount-target.html

aws efs delete-mount-target \ --mount-target-id mount-target-id-to-delete \ --region aws-region-where-mount-target-exists \ --profile adminuser Creating Mount Targets in Another VPC You can use an Amazon EFS file system in one VPC at a time. That is
    Amazon EFS (Preview) User Guide - PDF : http://docplayer.net/8580814-Amazon-efs-preview-user-guide.html
aws efs delete-mount-target \
    Step 4: Clean Up - Amazon Elastic File System : http://docs.aws.amazon.com/efs/latest/ug/manage-fs-access-create-delete-mount-targets.html
aws efs delete-mount-target \
    amazon-efs-user-guide/wt1-clean-up.md at master 揃 awsdocs/amazon-efs-user-guide 揃 GitHub : http://github.com/awsdocs/amazon-efs-user-guide/blob/master/doc_source/wt1-clean-up.md

aws のオプション一覧