Sophie

Sophie

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

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

**To describe ClassicLink DNS support for your VPCs**

This example describes the ClassicLink DNS support status of all of your VPCs. 

Command::

  aws ec2 describe-vpc-classic-link-dns-support

Output::

  {
    "Vpcs": [
      {
        "VpcId": "vpc-88888888", 
        "ClassicLinkDnsSupported": true
      }, 
      {
        "VpcId": "vpc-1a2b3c4d", 
        "ClassicLinkDnsSupported": false
      }
    ]
  }