Command option Sample:aws ec2 describe-prefix-lists

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

Describes available AWS services in a prefix list format, whichincludes the prefix list name and prefix list ID of the service andthe IP address range for the service.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/describe-prefix-lists.html

aws ec2 describe-prefix-lists \
    Fetch the S3 prefix list ID's for S3 in all AWS regions. These are can then be used as destinations in route tables 揃 GitHub : http://gist.github.com/amosshapira/21022bd5481f4e31ca16
aws ec2 describe-prefix-lists \
    Getting Information About Prefix Lists - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Getting+Information+About+Prefix+Lists

aws のオプション一覧