aboutsummaryrefslogtreecommitdiff
path: root/tests/describe-instances.at
blob: 089a5ecf3867042fa4f5df5eacaa41c653da7dbd (plain)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
# This file is part of Eclat -*- Autotest -*-
# Copyright (C) 2012, 2013 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# Eclat is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Eclat.  If not, see <http://www.gnu.org/licenses/>.

ECLAT_TEST_FORMAT([DescribeInstances],
[DescribeInstances],
[describe-instances.fln],
[<DescribeInstancesResponse xmlns='http://ec2.amazonaws.com/doc/2012-08-15/'>
  <requestId>fdcdcab1-ae5c-489e-9c33-4637c5dda355</requestId>
      <reservationSet>
        <item>
          <reservationId>r-0ece705a</reservationId>
          <ownerId>053230519467</ownerId>
          <groupSet/>
          <instancesSet>
            <item>
              <instanceId>i-7a00642e</instanceId>
              <imageId>ami-1cd4924e</imageId>
              <instanceState>
                <code>16</code>
                <name>running</name>
              </instanceState>
              <privateDnsName/>
              <dnsName/>
              <reason/>
              <keyName>VPCKey</keyName>
              <amiLaunchIndex>0</amiLaunchIndex>
              <productCodes/>
              <instanceType>c1.medium</instanceType>
              <launchTime>2012-06-28T17:41:48.000Z</launchTime>
              <placement>
                <availabilityZone>ap-southeast-1b</availabilityZone>
                <groupName/>
                <tenancy>default</tenancy>
              </placement>
              <platform>windows</platform>
              <monitoring>
                <state>disabled</state>
              </monitoring>
              <subnetId>subnet-c53c87ac</subnetId>
              <vpcId>vpc-cc3c87a5</vpcId>
              <privateIpAddress>10.0.0.12</privateIpAddress>
              <ipAddress>46.51.219.63</ipAddress>
              <sourceDestCheck>true</sourceDestCheck>
              <groupSet>
                <item>
                  <groupId>sg-374b565b</groupId>
                  <groupName>quick-start-3</groupName>
                </item>
              </groupSet>
              <architecture>x86_64</architecture>
              <rootDeviceType>ebs</rootDeviceType>
              <rootDeviceName>/dev/sda1</rootDeviceName>
              <blockDeviceMapping>
                <item>
                  <deviceName>/dev/sda1</deviceName>
                  <ebs>
                    <volumeId>vol-9e151bfc</volumeId>
                    <status>attached</status>
                    <attachTime>2012-06-28T17:42:05.000Z</attachTime>
                    <deleteOnTermination>true</deleteOnTermination>
                  </ebs>
                </item>
              </blockDeviceMapping>
              <virtualizationType>hvm</virtualizationType>
              <clientToken>JNlxa1340905307390</clientToken>
              <tagSet>
                <item>
                  <key>Name</key>
                  <value>SingleENI</value>
                </item>
              </tagSet>
              <hypervisor>xen</hypervisor>
              <networkInterfaceSet>
                <item>
                  <networkInterfaceId>eni-d83388b1</networkInterfaceId>
                  <subnetId>subnet-c53c87ac</subnetId>
                  <vpcId>vpc-cc3c87a5</vpcId>
                  <description>Primary network interface</description>
                  <ownerId>053230519467</ownerId>
                  <status>in-use</status>
                  <privateIpAddress>10.0.0.12</privateIpAddress>
                  <sourceDestCheck>true</sourceDestCheck>
                  <groupSet>
                    <item>
                      <groupId>sg-374b565b</groupId>
                      <groupName>quick-start-3</groupName>
                    </item>
                  </groupSet>
                  <attachment>
                    <attachmentId>eni-attach-31b87358</attachmentId>
                    <deviceIndex>0</deviceIndex>
                    <status>attached</status>
                    <attachTime>2012-06-28T17:41:48.000Z</attachTime>
                    <deleteOnTermination>true</deleteOnTermination>
                  </attachment>
                  <association>
                    <publicIp>46.51.219.63</publicIp>
                    <ipOwnerId>053230519467</ipOwnerId>
                  </association>
                  <privateIpAddressesSet>
                    <item>
                      <privateIpAddress>10.0.0.12</privateIpAddress>
                      <primary>true</primary>
                      <association>
                        <publicIp>46.51.219.63</publicIp>
                        <ipOwnerId>053230519467</ipOwnerId>
                      </association>
                    </item>
                    <item>
                      <privateIpAddress>10.0.0.14</privateIpAddress>
                      <primary>false</primary>
                      <association>
                        <publicIp>46.51.221.177</publicIp>
                        <ipOwnerId>053230519467</ipOwnerId>
                      </association>
                    </item>
                  </privateIpAddressesSet>
                </item>
              </networkInterfaceSet>
            </item>
          </instancesSet>
        </item>
        <item>
          <reservationId>r-58b30a0c</reservationId>
          <ownerId>053230519467</ownerId>
          <groupSet>
            <item>
              <groupId>sg-aa4170f8</groupId>
              <groupName>quick-start-5</groupName>
            </item>
          </groupSet>
          <instancesSet>
            <item>
              <instanceId>i-507f1804</instanceId>
              <imageId>ami-70d49222</imageId>
              <instanceState>
                <code>16</code>
                <name>running</name>
              </instanceState>
              <privateDnsName>ip-10-139-34-251.ap-southeast-1.compute.internal</privateDnsName>
              <dnsName>ec2-122-248-233-255.ap-southeast-1.compute.amazonaws.com</dnsName>
              <reason/>
              <keyName>EC2Key</keyName>
              <amiLaunchIndex>0</amiLaunchIndex>
              <productCodes/>
              <instanceType>t1.micro</instanceType>
              <launchTime>2012-06-29T22:53:42.000Z</launchTime>
              <placement>
                <availabilityZone>ap-southeast-1a</availabilityZone>
                <groupName/>
                <tenancy>default</tenancy>
              </placement>
              <platform>windows</platform>
              <monitoring>
                <state>disabled</state>
              </monitoring>
              <privateIpAddress>10.139.34.251</privateIpAddress>
              <ipAddress>122.248.233.255</ipAddress>
              <groupSet>
                <item>
                  <groupId>sg-aa4170f8</groupId>
                  <groupName>quick-start-5</groupName>
                </item>
              </groupSet>
              <architecture>x86_64</architecture>
              <rootDeviceType>ebs</rootDeviceType>
              <rootDeviceName>/dev/sda1</rootDeviceName>
              <blockDeviceMapping>
                <item>
                  <deviceName>/dev/sda1</deviceName>
                  <ebs>
                    <volumeId>vol-a22b3ac0</volumeId>
                    <status>attached</status>
                    <attachTime>2012-06-29T22:54:02.000Z</attachTime>
                    <deleteOnTermination>true</deleteOnTermination>
                  </ebs>
                </item>
              </blockDeviceMapping>
              <virtualizationType>hvm</virtualizationType>
              <clientToken>clNwH1341010421443</clientToken>
              <tagSet>
                <item>
                  <key>Name</key>
                  <value>EC2 Instance</value>
                </item>
              </tagSet>
              <hypervisor>xen</hypervisor>
              <networkInterfaceSet/>
            </item>
          </instancesSet>
        </item>
      </reservationSet>  
</DescribeInstancesResponse>
],
[Reservation ID: r-0ece705a
Owner ID: 053230519467
Groups:

Instance: i-7a00642e
	Image ID: ami-1cd4924e
	State: running
	Kernel ID: 
	Architecture: x86_64
	Private DNS: 
	Public DNS: 
	Key: VPCKey
	Type: c1.medium
	Launch Time: 2012-06-28T17:41:48.000Z
	Availability Zone: ap-southeast-1b
	Group Name: 
	Tenancy: default
	Private IP: 10.0.0.12
	Public IP: 46.51.219.63
	Groups:
		sg-374b565b -- quick-start-3
	Root Device Type: ebs
	Root Device Name: /dev/sda1
	Device mapping:
		/dev/sda1 vol-9e151bfc attached 2012-06-28T17:42:05.000Z true
	Virtualization: hvm
	Tag Set:
		Name=SingleENI
	Hypervisor: xen
	EBS Optimized: 
End of instance

Reservation ID: r-58b30a0c
Owner ID: 053230519467
Groups:
	sg-aa4170f8	quick-start-5

Instance: i-507f1804
	Image ID: ami-70d49222
	State: running
	Kernel ID: 
	Architecture: x86_64
	Private DNS: ip-10-139-34-251.ap-southeast-1.compute.internal
	Public DNS: ec2-122-248-233-255.ap-southeast-1.compute.amazonaws.com
	Key: EC2Key
	Type: t1.micro
	Launch Time: 2012-06-29T22:53:42.000Z
	Availability Zone: ap-southeast-1a
	Group Name: 
	Tenancy: default
	Private IP: 10.139.34.251
	Public IP: 122.248.233.255
	Groups:
		sg-aa4170f8 -- quick-start-5
	Root Device Type: ebs
	Root Device Name: /dev/sda1
	Device mapping:
		/dev/sda1 vol-a22b3ac0 attached 2012-06-29T22:54:02.000Z true
	Virtualization: hvm
	Tag Set:
		Name="EC2 Instance"
	Hypervisor: xen
	EBS Optimized: 
End of instance

])

Return to:

Send suggestions and report system problems to the System administrator.