Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/directconnect/describe-locations.rst
1567 views
**To list AWS Direct Connect partners and locations**

The following ``describe-locations`` command lists AWS Direct Connect partners and locations in the current region::

  aws directconnect describe-locations

Output::

  {
      "locations": [
          {
              "locationName": "NAP do Brasil, Barueri, Sao Paulo", 
              "locationCode": "TNDB"
          }, 
          {
              "locationName": "Tivit - Site Transamerica (Sao Paulo)", 
              "locationCode": "TIVIT"
          }
      ]
  }