コマンドオプションサンプル:aws ec2 describe-prefix-lists

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

サービスのプレフィックスリスト名とプレフィックスリストID、およびサービスのIPアドレス範囲を含むプレフィックスリスト形式で使用可能なAWSサービスについて説明します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/describe-prefix-lists.html

aws ec2 describe-prefix-lists --output text --region
    AWSエンドポイントのIPアドレス帯域をAPIで取得する(今はS3のみ) | Developers.IO : http://dev.classmethod.jp/cloud/get-aws-endpoint-ips-by-api/
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 のオプション一覧