Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 763

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To describe prefix lists**

This example lists all available prefix lists for the region.

Command::

  aws ec2 describe-prefix-lists

Output::

  {
    "PrefixLists": [
      {
        "PrefixListName": "com.amazonaws.us-east-1.s3", 
        "Cidrs": [
          "54.231.0.0/17"
        ], 
        "PrefixListId": "pl-63a5400a"
      }
    ]
  }