1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<?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>
|