Command option Sample:aws efs describe-tags

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

Returns the tags associated with a file system.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/efs/describe-tags.html

aws efs describe-tags \ --file-system-id File-System-ID \ --region aws-region \ --profile adminuser Amazon EFS returns these descriptions as JSON. The following is an example of tags returned by the DescribeTags API. It shows a file system as having only the Name tag
    Amazon EFS (Preview) User Guide - PDF : http://docplayer.net/8580814-Amazon-efs-preview-user-guide.html
aws efs describe-tags \
    Step 2: Create Amazon EFS Resources - Amazon Elastic File System : http://docs.aws.amazon.com/efs/latest/ug/creating-using-create-fs.html

aws のオプション一覧