---
content: |
  <?xml version="1.0" encoding="UTF-8"?>
  <DescribeNetworkInterfacesResponse xmlns='http://ec2.amazonaws.com/doc/2014-06-15/'>
      <requestId>fc45294c-006b-457b-bab9-012f5b3b0e40</requestId>
       <networkInterfaceSet>
         <item>
           <networkInterfaceId>eni-0f62d866</networkInterfaceId>
           <subnetId>subnet-c53c87ac</subnetId>
           <vpcId>vpc-cc3c87a5</vpcId>
           <availabilityZone>ap-southeast-1b</availabilityZone>
           <description/>
           <ownerId>123456789012</ownerId>
           <requesterManaged>false</requesterManaged>
           <status>in-use</status>
           <macAddress>02:81:60:cb:27:37</macAddress>
           <privateIpAddress>10.0.0.146</privateIpAddress>
           <sourceDestCheck>true</sourceDestCheck>
           <groupSet>
             <item>
               <groupId>sg-3f4b5653</groupId>
               <groupName>default</groupName>
             </item>
           </groupSet>
           <attachment>
             <attachmentId>eni-attach-6537fc0c</attachmentId>
             <instanceId>i-22197876</instanceId>
             <instanceOwnerId>123456789012</instanceOwnerId>
             <deviceIndex>0</deviceIndex>
             <status>attached</status>
             <attachTime>2012-07-01T21:45:27.000Z</attachTime>
             <deleteOnTermination>true</deleteOnTermination>
           </attachment>
           <tagSet/>
           <privateIpAddressesSet>
             <item>
               <privateIpAddress>10.0.0.146</privateIpAddress>
               <primary>true</primary>
             </item>
             <item>
               <privateIpAddress>10.0.0.148</privateIpAddress>
               <primary>false</primary>
             </item>
             <item>
               <privateIpAddress>10.0.0.150</privateIpAddress>
               <primary>false</primary>
             </item>
           </privateIpAddressesSet>
         </item>
         <item>
           <networkInterfaceId>eni-a66ed5cf</networkInterfaceId>
           <subnetId>subnet-cd8a35a4</subnetId>
           <vpcId>vpc-f28a359b</vpcId>
           <availabilityZone>ap-southeast-1b</availabilityZone>
           <description>Primary network interface</description>
           <ownerId>123456789012</ownerId>
           <requesterManaged>false</requesterManaged>
           <status>in-use</status>
           <macAddress>02:78:d7:00:8a:1e</macAddress>
           <privateIpAddress>10.0.1.233</privateIpAddress>
           <sourceDestCheck>true</sourceDestCheck>
           <groupSet>
             <item>
               <groupId>sg-a2a0b2ce</groupId>
               <groupName>quick-start-1</groupName>
             </item>
           </groupSet>
           <attachment>
             <attachmentId>eni-attach-a99c57c0</attachmentId>
             <instanceId>i-886401dc</instanceId>
             <instanceOwnerId>123456789012</instanceOwnerId>
             <deviceIndex>0</deviceIndex>
             <status>attached</status>
             <attachTime>2012-06-27T20:08:44.000Z</attachTime>
             <deleteOnTermination>true</deleteOnTermination>
           </attachment>
           <tagSet/>
           <privateIpAddressesSet>
             <item>
               <privateIpAddress>10.0.1.233</privateIpAddress>
               <primary>true</primary>
             </item>
             <item>
               <privateIpAddress>10.0.1.20</privateIpAddress>
               <primary>false</primary>
             </item>
           </privateIpAddressesSet>
         </item>
       </networkInterfaceSet>
  </DescribeNetworkInterfacesResponse>
headers: []
status: 200