File size: 531 Bytes
edb3846
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
**To list interconnects**

The following ``describe-interconnects`` command lists the interconnects owned by your AWS account::

  aws directconnect describe-interconnects

Output::

  {
      "interconnects": [
          {
              "region": "sa-east-1", 
              "bandwidth": "1Gbps", 
              "location": "TIVIT", 
              "interconnectName": "1G Interconnect to AWS", 
              "interconnectId": "dxcon-fgktov66", 
              "interconnectState": "down"
          }
      ]
  }