miasma 0.2.18 → 0.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/miasma.rb +6 -5
- data/lib/miasma/models/orchestration/stack.rb +6 -0
- data/lib/miasma/types/api.rb +15 -0
- data/lib/miasma/types/model.rb +3 -0
- data/lib/miasma/utils/lazy.rb +1 -1
- data/lib/miasma/version.rb +1 -1
- metadata +2 -35
- data/test/specs/cassettes/aws_buckets_all.yml +0 -45
- data/test/specs/cassettes/aws_load_balancer_balancer_after_destroy.yml +0 -85
- data/test/specs/cassettes/aws_load_balancer_balancer_before_create.yml +0 -271
- data/test/specs/cassettes/aws_load_balancer_balancer_direct_fetch.yml +0 -89
- data/test/specs/cassettes/aws_load_balancer_balancers_all.yml +0 -45
- data/test/specs/cassettes/aws_server_after_destroy.yml +0 -155
- data/test/specs/cassettes/aws_server_before_create.yml +0 -470
- data/test/specs/cassettes/aws_servers_all.yml +0 -44
- data/test/specs/cassettes/aws_servers_create.yml +0 -824
- data/test/specs/cassettes/aws_stack_create.yml +0 -603
- data/test/specs/cassettes/aws_stacks_after_destroy.yml +0 -148
- data/test/specs/cassettes/aws_stacks_all.yml +0 -99
- data/test/specs/cassettes/aws_stacks_before_create.yml +0 -300
- data/test/specs/cassettes/aws_stacks_direct_fetch.yml +0 -108
- data/test/specs/cassettes/aws_storage_bucket.yml +0 -429
- data/test/specs/cassettes/open_stack_server_after_destroy.yml +0 -83
- data/test/specs/cassettes/open_stack_server_before_create.yml +0 -138
- data/test/specs/cassettes/open_stack_servers_all.yml +0 -34
- data/test/specs/cassettes/open_stack_servers_create.yml +0 -296
- data/test/specs/cassettes/open_stack_stack_create.yml +0 -338
- data/test/specs/cassettes/open_stack_stacks_after_destroy.yml +0 -73
- data/test/specs/cassettes/open_stack_stacks_all.yml +0 -34
- data/test/specs/cassettes/open_stack_stacks_before_create.yml +0 -227
- data/test/specs/cassettes/open_stack_stacks_direct_fetch.yml +0 -39
- data/test/specs/cassettes/rackspace_identity_seed.yml +0 -38
- data/test/specs/cassettes/rackspace_server_after_destroy.yml +0 -88
- data/test/specs/cassettes/rackspace_server_before_create.yml +0 -143
- data/test/specs/cassettes/rackspace_servers_create.yml +0 -313
- data/test/specs/cassettes/rackspace_stack_create.yml +0 -289
- data/test/specs/cassettes/rackspace_stacks_after_destroy.yml +0 -79
- data/test/specs/cassettes/rackspace_stacks_all.yml +0 -81
- data/test/specs/cassettes/rackspace_stacks_before_create.yml +0 -211
- data/test/specs/cassettes/rackspace_stacks_direct_fetch.yml +0 -38
@@ -1,89 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://elasticloadbalancing.us-west-1.amazonaws.com/?Action=DescribeLoadBalancers&Version=2012-06-01
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- miasma/v0.1.0
|
12
|
-
Host:
|
13
|
-
- elasticloadbalancing.us-west-1.amazonaws.com
|
14
|
-
X-Amz-Date:
|
15
|
-
- 20141116T154422Z
|
16
|
-
Authorization:
|
17
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141116/us-west-1/elasticloadbalancing/aws4_request,
|
18
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=f889b3f7363372ee3edf9d10c18547c712304abffae7e59dd3573803508435e4
|
19
|
-
response:
|
20
|
-
status:
|
21
|
-
code: 200
|
22
|
-
message: OK
|
23
|
-
headers:
|
24
|
-
X-Amzn-Requestid:
|
25
|
-
- 6f590bc2-6da7-11e4-80d6-9396f920b0c1
|
26
|
-
Content-Type:
|
27
|
-
- text/xml
|
28
|
-
Content-Length:
|
29
|
-
- '2019'
|
30
|
-
Date:
|
31
|
-
- Sun, 16 Nov 2014 15:44:22 GMT
|
32
|
-
body:
|
33
|
-
encoding: UTF-8
|
34
|
-
string: |
|
35
|
-
<DescribeLoadBalancersResponse xmlns="http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/">
|
36
|
-
<DescribeLoadBalancersResult>
|
37
|
-
<LoadBalancerDescriptions>
|
38
|
-
<member>
|
39
|
-
<SecurityGroups/>
|
40
|
-
<LoadBalancerName>miasma-test-load-balancer</LoadBalancerName>
|
41
|
-
<CreatedTime>2014-11-16T15:44:21.230Z</CreatedTime>
|
42
|
-
<HealthCheck>
|
43
|
-
<Interval>30</Interval>
|
44
|
-
<Target>TCP:80</Target>
|
45
|
-
<HealthyThreshold>10</HealthyThreshold>
|
46
|
-
<Timeout>5</Timeout>
|
47
|
-
<UnhealthyThreshold>2</UnhealthyThreshold>
|
48
|
-
</HealthCheck>
|
49
|
-
<ListenerDescriptions>
|
50
|
-
<member>
|
51
|
-
<PolicyNames/>
|
52
|
-
<Listener>
|
53
|
-
<Protocol>HTTP</Protocol>
|
54
|
-
<LoadBalancerPort>80</LoadBalancerPort>
|
55
|
-
<InstanceProtocol>HTTP</InstanceProtocol>
|
56
|
-
<InstancePort>80</InstancePort>
|
57
|
-
</Listener>
|
58
|
-
</member>
|
59
|
-
</ListenerDescriptions>
|
60
|
-
<Instances/>
|
61
|
-
<Policies>
|
62
|
-
<AppCookieStickinessPolicies/>
|
63
|
-
<OtherPolicies/>
|
64
|
-
<LBCookieStickinessPolicies/>
|
65
|
-
</Policies>
|
66
|
-
<AvailabilityZones>
|
67
|
-
<member>us-west-1c</member>
|
68
|
-
<member>us-west-1a</member>
|
69
|
-
</AvailabilityZones>
|
70
|
-
<CanonicalHostedZoneNameID>Z1M58G0W56PQJA</CanonicalHostedZoneNameID>
|
71
|
-
<CanonicalHostedZoneName>miasma-test-load-balancer-1682281649.us-west-1.elb.amazonaws.com</CanonicalHostedZoneName>
|
72
|
-
<Scheme>internet-facing</Scheme>
|
73
|
-
<SourceSecurityGroup>
|
74
|
-
<OwnerAlias>amazon-elb</OwnerAlias>
|
75
|
-
<GroupName>amazon-elb-sg</GroupName>
|
76
|
-
</SourceSecurityGroup>
|
77
|
-
<DNSName>miasma-test-load-balancer-1682281649.us-west-1.elb.amazonaws.com</DNSName>
|
78
|
-
<BackendServerDescriptions/>
|
79
|
-
<Subnets/>
|
80
|
-
</member>
|
81
|
-
</LoadBalancerDescriptions>
|
82
|
-
</DescribeLoadBalancersResult>
|
83
|
-
<ResponseMetadata>
|
84
|
-
<RequestId>6f590bc2-6da7-11e4-80d6-9396f920b0c1</RequestId>
|
85
|
-
</ResponseMetadata>
|
86
|
-
</DescribeLoadBalancersResponse>
|
87
|
-
http_version:
|
88
|
-
recorded_at: Sun, 16 Nov 2014 15:44:22 GMT
|
89
|
-
recorded_with: VCR 2.9.3
|
@@ -1,45 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://elasticloadbalancing.us-west-1.amazonaws.com/?Action=DescribeLoadBalancers&Version=2012-06-01
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- miasma/v0.1.0
|
12
|
-
Host:
|
13
|
-
- elasticloadbalancing.us-west-1.amazonaws.com
|
14
|
-
X-Amz-Date:
|
15
|
-
- 20141116T154424Z
|
16
|
-
Authorization:
|
17
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141116/us-west-1/elasticloadbalancing/aws4_request,
|
18
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=d7e992afccdad23d4d11c3edd776a78bcc68f4fb363422f8ca6a0a5034546bda
|
19
|
-
response:
|
20
|
-
status:
|
21
|
-
code: 200
|
22
|
-
message: OK
|
23
|
-
headers:
|
24
|
-
X-Amzn-Requestid:
|
25
|
-
- 7086dd69-6da7-11e4-80d6-9396f920b0c1
|
26
|
-
Content-Type:
|
27
|
-
- text/xml
|
28
|
-
Content-Length:
|
29
|
-
- '335'
|
30
|
-
Date:
|
31
|
-
- Sun, 16 Nov 2014 15:44:23 GMT
|
32
|
-
body:
|
33
|
-
encoding: UTF-8
|
34
|
-
string: |
|
35
|
-
<DescribeLoadBalancersResponse xmlns="http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/">
|
36
|
-
<DescribeLoadBalancersResult>
|
37
|
-
<LoadBalancerDescriptions/>
|
38
|
-
</DescribeLoadBalancersResult>
|
39
|
-
<ResponseMetadata>
|
40
|
-
<RequestId>7086dd69-6da7-11e4-80d6-9396f920b0c1</RequestId>
|
41
|
-
</ResponseMetadata>
|
42
|
-
</DescribeLoadBalancersResponse>
|
43
|
-
http_version:
|
44
|
-
recorded_at: Sun, 16 Nov 2014 15:44:24 GMT
|
45
|
-
recorded_with: VCR 2.9.3
|
@@ -1,155 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://ec2.us-west-1.amazonaws.com/?Action=TerminateInstances&InstanceId.1=i-4c710c86&Version=2014-06-15
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- miasma/v0.1.0
|
12
|
-
Host:
|
13
|
-
- ec2.us-west-1.amazonaws.com
|
14
|
-
X-Amz-Date:
|
15
|
-
- 20141113T040508Z
|
16
|
-
Authorization:
|
17
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141113/us-west-1/ec2/aws4_request,
|
18
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=acc61f8747bedacecdbd8c37c9da3a626f719d77a1905c3fa79336d0125ab4e0
|
19
|
-
response:
|
20
|
-
status:
|
21
|
-
code: 200
|
22
|
-
message: OK
|
23
|
-
headers:
|
24
|
-
Content-Type:
|
25
|
-
- text/xml;charset=UTF-8
|
26
|
-
Transfer-Encoding:
|
27
|
-
- chunked
|
28
|
-
Vary:
|
29
|
-
- Accept-Encoding
|
30
|
-
Date:
|
31
|
-
- Thu, 13 Nov 2014 04:05:20 GMT
|
32
|
-
Server:
|
33
|
-
- AmazonEC2
|
34
|
-
body:
|
35
|
-
encoding: UTF-8
|
36
|
-
string: |-
|
37
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
38
|
-
<TerminateInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
|
39
|
-
<requestId>5bf24356-27d3-4b8e-aedf-fef3ab738924</requestId>
|
40
|
-
<instancesSet>
|
41
|
-
<item>
|
42
|
-
<instanceId>i-4c710c86</instanceId>
|
43
|
-
<currentState>
|
44
|
-
<code>32</code>
|
45
|
-
<name>shutting-down</name>
|
46
|
-
</currentState>
|
47
|
-
<previousState>
|
48
|
-
<code>16</code>
|
49
|
-
<name>running</name>
|
50
|
-
</previousState>
|
51
|
-
</item>
|
52
|
-
</instancesSet>
|
53
|
-
</TerminateInstancesResponse>
|
54
|
-
http_version:
|
55
|
-
recorded_at: Thu, 13 Nov 2014 04:05:08 GMT
|
56
|
-
- request:
|
57
|
-
method: get
|
58
|
-
uri: https://ec2.us-west-1.amazonaws.com/?Action=DescribeInstances&InstanceId.1=i-4c710c86&Version=2014-06-15
|
59
|
-
body:
|
60
|
-
encoding: US-ASCII
|
61
|
-
string: ''
|
62
|
-
headers:
|
63
|
-
User-Agent:
|
64
|
-
- miasma/v0.1.0
|
65
|
-
Host:
|
66
|
-
- ec2.us-west-1.amazonaws.com
|
67
|
-
X-Amz-Date:
|
68
|
-
- 20141113T040508Z
|
69
|
-
Authorization:
|
70
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141113/us-west-1/ec2/aws4_request,
|
71
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=3a2ec31ea86ce6b22ac94b913b7b7159adf09930394aaa42eb275c7b2e980d83
|
72
|
-
response:
|
73
|
-
status:
|
74
|
-
code: 200
|
75
|
-
message: OK
|
76
|
-
headers:
|
77
|
-
Content-Type:
|
78
|
-
- text/xml;charset=UTF-8
|
79
|
-
Transfer-Encoding:
|
80
|
-
- chunked
|
81
|
-
Vary:
|
82
|
-
- Accept-Encoding
|
83
|
-
Date:
|
84
|
-
- Thu, 13 Nov 2014 04:05:20 GMT
|
85
|
-
Server:
|
86
|
-
- AmazonEC2
|
87
|
-
body:
|
88
|
-
encoding: UTF-8
|
89
|
-
string: |-
|
90
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
91
|
-
<DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
|
92
|
-
<requestId>ed31ba9b-0064-4078-8dba-5f1985149fc8</requestId>
|
93
|
-
<reservationSet>
|
94
|
-
<item>
|
95
|
-
<reservationId>r-194a3147</reservationId>
|
96
|
-
<ownerId>921689585014</ownerId>
|
97
|
-
<groupSet>
|
98
|
-
<item>
|
99
|
-
<groupId>sg-b5ca24f1</groupId>
|
100
|
-
<groupName>default</groupName>
|
101
|
-
</item>
|
102
|
-
</groupSet>
|
103
|
-
<instancesSet>
|
104
|
-
<item>
|
105
|
-
<instanceId>i-4c710c86</instanceId>
|
106
|
-
<imageId>ami-b75642f2</imageId>
|
107
|
-
<instanceState>
|
108
|
-
<code>32</code>
|
109
|
-
<name>shutting-down</name>
|
110
|
-
</instanceState>
|
111
|
-
<privateDnsName>ip-10-174-87-68.us-west-1.compute.internal</privateDnsName>
|
112
|
-
<dnsName>ec2-54-177-123-13.us-west-1.compute.amazonaws.com</dnsName>
|
113
|
-
<reason>User initiated (2014-11-13 04:05:20 GMT)</reason>
|
114
|
-
<keyName>default</keyName>
|
115
|
-
<amiLaunchIndex>0</amiLaunchIndex>
|
116
|
-
<productCodes/>
|
117
|
-
<instanceType>m1.small</instanceType>
|
118
|
-
<launchTime>2014-11-13T04:02:18.000Z</launchTime>
|
119
|
-
<placement>
|
120
|
-
<availabilityZone>us-west-1c</availabilityZone>
|
121
|
-
<groupName/>
|
122
|
-
<tenancy>default</tenancy>
|
123
|
-
</placement>
|
124
|
-
<kernelId>aki-880531cd</kernelId>
|
125
|
-
<monitoring>
|
126
|
-
<state>disabled</state>
|
127
|
-
</monitoring>
|
128
|
-
<privateIpAddress>10.174.87.68</privateIpAddress>
|
129
|
-
<ipAddress>54.177.123.13</ipAddress>
|
130
|
-
<groupSet>
|
131
|
-
<item>
|
132
|
-
<groupId>sg-b5ca24f1</groupId>
|
133
|
-
<groupName>default</groupName>
|
134
|
-
</item>
|
135
|
-
</groupSet>
|
136
|
-
<stateReason>
|
137
|
-
<code>Client.UserInitiatedShutdown</code>
|
138
|
-
<message>Client.UserInitiatedShutdown: User initiated shutdown</message>
|
139
|
-
</stateReason>
|
140
|
-
<architecture>x86_64</architecture>
|
141
|
-
<rootDeviceType>instance-store</rootDeviceType>
|
142
|
-
<blockDeviceMapping/>
|
143
|
-
<virtualizationType>paravirtual</virtualizationType>
|
144
|
-
<clientToken/>
|
145
|
-
<hypervisor>xen</hypervisor>
|
146
|
-
<networkInterfaceSet/>
|
147
|
-
<ebsOptimized>false</ebsOptimized>
|
148
|
-
</item>
|
149
|
-
</instancesSet>
|
150
|
-
</item>
|
151
|
-
</reservationSet>
|
152
|
-
</DescribeInstancesResponse>
|
153
|
-
http_version:
|
154
|
-
recorded_at: Thu, 13 Nov 2014 04:05:09 GMT
|
155
|
-
recorded_with: VCR 2.9.3
|
@@ -1,470 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://ec2.us-west-1.amazonaws.com/?Action=RunInstances&ImageId=ami-b75642f2&InstanceType=m1.small&KeyName=default&MaxCount=1&MinCount=1&Version=2014-06-15
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- miasma/v0.1.0
|
12
|
-
Host:
|
13
|
-
- ec2.us-west-1.amazonaws.com
|
14
|
-
X-Amz-Date:
|
15
|
-
- 20141113T040205Z
|
16
|
-
Authorization:
|
17
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141113/us-west-1/ec2/aws4_request,
|
18
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=86ad91419b48d586c4f1d0dd1524cd3af6ef094700ac6a2895158edf0a9e6f90
|
19
|
-
response:
|
20
|
-
status:
|
21
|
-
code: 200
|
22
|
-
message: OK
|
23
|
-
headers:
|
24
|
-
Content-Type:
|
25
|
-
- text/xml;charset=UTF-8
|
26
|
-
Transfer-Encoding:
|
27
|
-
- chunked
|
28
|
-
Vary:
|
29
|
-
- Accept-Encoding
|
30
|
-
Date:
|
31
|
-
- Thu, 13 Nov 2014 04:02:18 GMT
|
32
|
-
Server:
|
33
|
-
- AmazonEC2
|
34
|
-
body:
|
35
|
-
encoding: UTF-8
|
36
|
-
string: |-
|
37
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
38
|
-
<RunInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
|
39
|
-
<requestId>7206c6de-79d4-42e4-a77e-69e32c71f596</requestId>
|
40
|
-
<reservationId>r-194a3147</reservationId>
|
41
|
-
<ownerId>921689585014</ownerId>
|
42
|
-
<groupSet>
|
43
|
-
<item>
|
44
|
-
<groupId>sg-b5ca24f1</groupId>
|
45
|
-
<groupName>default</groupName>
|
46
|
-
</item>
|
47
|
-
</groupSet>
|
48
|
-
<instancesSet>
|
49
|
-
<item>
|
50
|
-
<instanceId>i-4c710c86</instanceId>
|
51
|
-
<imageId>ami-b75642f2</imageId>
|
52
|
-
<instanceState>
|
53
|
-
<code>0</code>
|
54
|
-
<name>pending</name>
|
55
|
-
</instanceState>
|
56
|
-
<privateDnsName/>
|
57
|
-
<dnsName/>
|
58
|
-
<reason/>
|
59
|
-
<keyName>default</keyName>
|
60
|
-
<amiLaunchIndex>0</amiLaunchIndex>
|
61
|
-
<productCodes/>
|
62
|
-
<instanceType>m1.small</instanceType>
|
63
|
-
<launchTime>2014-11-13T04:02:18.000Z</launchTime>
|
64
|
-
<placement>
|
65
|
-
<availabilityZone>us-west-1c</availabilityZone>
|
66
|
-
<groupName/>
|
67
|
-
<tenancy>default</tenancy>
|
68
|
-
</placement>
|
69
|
-
<kernelId>aki-880531cd</kernelId>
|
70
|
-
<monitoring>
|
71
|
-
<state>disabled</state>
|
72
|
-
</monitoring>
|
73
|
-
<groupSet>
|
74
|
-
<item>
|
75
|
-
<groupId>sg-b5ca24f1</groupId>
|
76
|
-
<groupName>default</groupName>
|
77
|
-
</item>
|
78
|
-
</groupSet>
|
79
|
-
<stateReason>
|
80
|
-
<code>pending</code>
|
81
|
-
<message>pending</message>
|
82
|
-
</stateReason>
|
83
|
-
<architecture>x86_64</architecture>
|
84
|
-
<rootDeviceType>instance-store</rootDeviceType>
|
85
|
-
<blockDeviceMapping/>
|
86
|
-
<virtualizationType>paravirtual</virtualizationType>
|
87
|
-
<clientToken/>
|
88
|
-
<hypervisor>xen</hypervisor>
|
89
|
-
<networkInterfaceSet/>
|
90
|
-
<ebsOptimized>false</ebsOptimized>
|
91
|
-
</item>
|
92
|
-
</instancesSet>
|
93
|
-
</RunInstancesResponse>
|
94
|
-
http_version:
|
95
|
-
recorded_at: Thu, 13 Nov 2014 04:02:06 GMT
|
96
|
-
- request:
|
97
|
-
method: get
|
98
|
-
uri: https://ec2.us-west-1.amazonaws.com/?Action=DescribeInstances&InstanceId.1=i-4c710c86&Version=2014-06-15
|
99
|
-
body:
|
100
|
-
encoding: US-ASCII
|
101
|
-
string: ''
|
102
|
-
headers:
|
103
|
-
User-Agent:
|
104
|
-
- miasma/v0.1.0
|
105
|
-
Host:
|
106
|
-
- ec2.us-west-1.amazonaws.com
|
107
|
-
X-Amz-Date:
|
108
|
-
- 20141113T040206Z
|
109
|
-
Authorization:
|
110
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141113/us-west-1/ec2/aws4_request,
|
111
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=7c4a136e2d0e50d1398bd3a6d4ebf566433a9523a73a4fa4e61934398ea70e1a
|
112
|
-
response:
|
113
|
-
status:
|
114
|
-
code: 200
|
115
|
-
message: OK
|
116
|
-
headers:
|
117
|
-
Content-Type:
|
118
|
-
- text/xml;charset=UTF-8
|
119
|
-
Transfer-Encoding:
|
120
|
-
- chunked
|
121
|
-
Vary:
|
122
|
-
- Accept-Encoding
|
123
|
-
Date:
|
124
|
-
- Thu, 13 Nov 2014 04:02:18 GMT
|
125
|
-
Server:
|
126
|
-
- AmazonEC2
|
127
|
-
body:
|
128
|
-
encoding: UTF-8
|
129
|
-
string: |-
|
130
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
131
|
-
<DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
|
132
|
-
<requestId>f48be6b8-06c1-4124-9bb1-3d9b1256a186</requestId>
|
133
|
-
<reservationSet>
|
134
|
-
<item>
|
135
|
-
<reservationId>r-194a3147</reservationId>
|
136
|
-
<ownerId>921689585014</ownerId>
|
137
|
-
<groupSet>
|
138
|
-
<item>
|
139
|
-
<groupId>sg-b5ca24f1</groupId>
|
140
|
-
<groupName>default</groupName>
|
141
|
-
</item>
|
142
|
-
</groupSet>
|
143
|
-
<instancesSet>
|
144
|
-
<item>
|
145
|
-
<instanceId>i-4c710c86</instanceId>
|
146
|
-
<imageId>ami-b75642f2</imageId>
|
147
|
-
<instanceState>
|
148
|
-
<code>0</code>
|
149
|
-
<name>pending</name>
|
150
|
-
</instanceState>
|
151
|
-
<privateDnsName/>
|
152
|
-
<dnsName/>
|
153
|
-
<reason/>
|
154
|
-
<keyName>default</keyName>
|
155
|
-
<amiLaunchIndex>0</amiLaunchIndex>
|
156
|
-
<productCodes/>
|
157
|
-
<instanceType>m1.small</instanceType>
|
158
|
-
<launchTime>2014-11-13T04:02:18.000Z</launchTime>
|
159
|
-
<placement>
|
160
|
-
<availabilityZone>us-west-1c</availabilityZone>
|
161
|
-
<groupName/>
|
162
|
-
<tenancy>default</tenancy>
|
163
|
-
</placement>
|
164
|
-
<kernelId>aki-880531cd</kernelId>
|
165
|
-
<monitoring>
|
166
|
-
<state>disabled</state>
|
167
|
-
</monitoring>
|
168
|
-
<groupSet>
|
169
|
-
<item>
|
170
|
-
<groupId>sg-b5ca24f1</groupId>
|
171
|
-
<groupName>default</groupName>
|
172
|
-
</item>
|
173
|
-
</groupSet>
|
174
|
-
<architecture>x86_64</architecture>
|
175
|
-
<rootDeviceType>instance-store</rootDeviceType>
|
176
|
-
<blockDeviceMapping/>
|
177
|
-
<virtualizationType>paravirtual</virtualizationType>
|
178
|
-
<clientToken/>
|
179
|
-
<hypervisor>xen</hypervisor>
|
180
|
-
<networkInterfaceSet/>
|
181
|
-
<ebsOptimized>false</ebsOptimized>
|
182
|
-
</item>
|
183
|
-
</instancesSet>
|
184
|
-
</item>
|
185
|
-
</reservationSet>
|
186
|
-
</DescribeInstancesResponse>
|
187
|
-
http_version:
|
188
|
-
recorded_at: Thu, 13 Nov 2014 04:02:06 GMT
|
189
|
-
- request:
|
190
|
-
method: get
|
191
|
-
uri: https://ec2.us-west-1.amazonaws.com/?Action=DescribeInstances&InstanceId.1=i-4c710c86&Version=2014-06-15
|
192
|
-
body:
|
193
|
-
encoding: US-ASCII
|
194
|
-
string: ''
|
195
|
-
headers:
|
196
|
-
User-Agent:
|
197
|
-
- miasma/v0.1.0
|
198
|
-
Host:
|
199
|
-
- ec2.us-west-1.amazonaws.com
|
200
|
-
X-Amz-Date:
|
201
|
-
- 20141113T040306Z
|
202
|
-
Authorization:
|
203
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141113/us-west-1/ec2/aws4_request,
|
204
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=f8e1cbab1082fc3153c04f500601567d9b4781788dc97929c4e6d02fc9280d94
|
205
|
-
response:
|
206
|
-
status:
|
207
|
-
code: 200
|
208
|
-
message: OK
|
209
|
-
headers:
|
210
|
-
Content-Type:
|
211
|
-
- text/xml;charset=UTF-8
|
212
|
-
Transfer-Encoding:
|
213
|
-
- chunked
|
214
|
-
Vary:
|
215
|
-
- Accept-Encoding
|
216
|
-
Date:
|
217
|
-
- Thu, 13 Nov 2014 04:03:19 GMT
|
218
|
-
Server:
|
219
|
-
- AmazonEC2
|
220
|
-
body:
|
221
|
-
encoding: UTF-8
|
222
|
-
string: |-
|
223
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
224
|
-
<DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
|
225
|
-
<requestId>81d2ee73-4af1-4296-98a2-c9b0a01ca728</requestId>
|
226
|
-
<reservationSet>
|
227
|
-
<item>
|
228
|
-
<reservationId>r-194a3147</reservationId>
|
229
|
-
<ownerId>921689585014</ownerId>
|
230
|
-
<groupSet>
|
231
|
-
<item>
|
232
|
-
<groupId>sg-b5ca24f1</groupId>
|
233
|
-
<groupName>default</groupName>
|
234
|
-
</item>
|
235
|
-
</groupSet>
|
236
|
-
<instancesSet>
|
237
|
-
<item>
|
238
|
-
<instanceId>i-4c710c86</instanceId>
|
239
|
-
<imageId>ami-b75642f2</imageId>
|
240
|
-
<instanceState>
|
241
|
-
<code>0</code>
|
242
|
-
<name>pending</name>
|
243
|
-
</instanceState>
|
244
|
-
<privateDnsName/>
|
245
|
-
<dnsName/>
|
246
|
-
<reason/>
|
247
|
-
<keyName>default</keyName>
|
248
|
-
<amiLaunchIndex>0</amiLaunchIndex>
|
249
|
-
<productCodes/>
|
250
|
-
<instanceType>m1.small</instanceType>
|
251
|
-
<launchTime>2014-11-13T04:02:18.000Z</launchTime>
|
252
|
-
<placement>
|
253
|
-
<availabilityZone>us-west-1c</availabilityZone>
|
254
|
-
<groupName/>
|
255
|
-
<tenancy>default</tenancy>
|
256
|
-
</placement>
|
257
|
-
<kernelId>aki-880531cd</kernelId>
|
258
|
-
<monitoring>
|
259
|
-
<state>disabled</state>
|
260
|
-
</monitoring>
|
261
|
-
<groupSet>
|
262
|
-
<item>
|
263
|
-
<groupId>sg-b5ca24f1</groupId>
|
264
|
-
<groupName>default</groupName>
|
265
|
-
</item>
|
266
|
-
</groupSet>
|
267
|
-
<architecture>x86_64</architecture>
|
268
|
-
<rootDeviceType>instance-store</rootDeviceType>
|
269
|
-
<blockDeviceMapping/>
|
270
|
-
<virtualizationType>paravirtual</virtualizationType>
|
271
|
-
<clientToken/>
|
272
|
-
<hypervisor>xen</hypervisor>
|
273
|
-
<networkInterfaceSet/>
|
274
|
-
<ebsOptimized>false</ebsOptimized>
|
275
|
-
</item>
|
276
|
-
</instancesSet>
|
277
|
-
</item>
|
278
|
-
</reservationSet>
|
279
|
-
</DescribeInstancesResponse>
|
280
|
-
http_version:
|
281
|
-
recorded_at: Thu, 13 Nov 2014 04:03:07 GMT
|
282
|
-
- request:
|
283
|
-
method: get
|
284
|
-
uri: https://ec2.us-west-1.amazonaws.com/?Action=DescribeInstances&InstanceId.1=i-4c710c86&Version=2014-06-15
|
285
|
-
body:
|
286
|
-
encoding: US-ASCII
|
287
|
-
string: ''
|
288
|
-
headers:
|
289
|
-
User-Agent:
|
290
|
-
- miasma/v0.1.0
|
291
|
-
Host:
|
292
|
-
- ec2.us-west-1.amazonaws.com
|
293
|
-
X-Amz-Date:
|
294
|
-
- 20141113T040407Z
|
295
|
-
Authorization:
|
296
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141113/us-west-1/ec2/aws4_request,
|
297
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=8ad4c732534ec920ec3b9d6151035f246056c9d086d59590a1bc8b3fcfcb7a2e
|
298
|
-
response:
|
299
|
-
status:
|
300
|
-
code: 200
|
301
|
-
message: OK
|
302
|
-
headers:
|
303
|
-
Content-Type:
|
304
|
-
- text/xml;charset=UTF-8
|
305
|
-
Transfer-Encoding:
|
306
|
-
- chunked
|
307
|
-
Vary:
|
308
|
-
- Accept-Encoding
|
309
|
-
Date:
|
310
|
-
- Thu, 13 Nov 2014 04:04:19 GMT
|
311
|
-
Server:
|
312
|
-
- AmazonEC2
|
313
|
-
body:
|
314
|
-
encoding: UTF-8
|
315
|
-
string: |-
|
316
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
317
|
-
<DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
|
318
|
-
<requestId>e3d999f2-0bff-4970-b6bd-9332648cbf6e</requestId>
|
319
|
-
<reservationSet>
|
320
|
-
<item>
|
321
|
-
<reservationId>r-194a3147</reservationId>
|
322
|
-
<ownerId>921689585014</ownerId>
|
323
|
-
<groupSet>
|
324
|
-
<item>
|
325
|
-
<groupId>sg-b5ca24f1</groupId>
|
326
|
-
<groupName>default</groupName>
|
327
|
-
</item>
|
328
|
-
</groupSet>
|
329
|
-
<instancesSet>
|
330
|
-
<item>
|
331
|
-
<instanceId>i-4c710c86</instanceId>
|
332
|
-
<imageId>ami-b75642f2</imageId>
|
333
|
-
<instanceState>
|
334
|
-
<code>0</code>
|
335
|
-
<name>pending</name>
|
336
|
-
</instanceState>
|
337
|
-
<privateDnsName/>
|
338
|
-
<dnsName/>
|
339
|
-
<reason/>
|
340
|
-
<keyName>default</keyName>
|
341
|
-
<amiLaunchIndex>0</amiLaunchIndex>
|
342
|
-
<productCodes/>
|
343
|
-
<instanceType>m1.small</instanceType>
|
344
|
-
<launchTime>2014-11-13T04:02:18.000Z</launchTime>
|
345
|
-
<placement>
|
346
|
-
<availabilityZone>us-west-1c</availabilityZone>
|
347
|
-
<groupName/>
|
348
|
-
<tenancy>default</tenancy>
|
349
|
-
</placement>
|
350
|
-
<kernelId>aki-880531cd</kernelId>
|
351
|
-
<monitoring>
|
352
|
-
<state>disabled</state>
|
353
|
-
</monitoring>
|
354
|
-
<groupSet>
|
355
|
-
<item>
|
356
|
-
<groupId>sg-b5ca24f1</groupId>
|
357
|
-
<groupName>default</groupName>
|
358
|
-
</item>
|
359
|
-
</groupSet>
|
360
|
-
<architecture>x86_64</architecture>
|
361
|
-
<rootDeviceType>instance-store</rootDeviceType>
|
362
|
-
<blockDeviceMapping/>
|
363
|
-
<virtualizationType>paravirtual</virtualizationType>
|
364
|
-
<clientToken/>
|
365
|
-
<hypervisor>xen</hypervisor>
|
366
|
-
<networkInterfaceSet/>
|
367
|
-
<ebsOptimized>false</ebsOptimized>
|
368
|
-
</item>
|
369
|
-
</instancesSet>
|
370
|
-
</item>
|
371
|
-
</reservationSet>
|
372
|
-
</DescribeInstancesResponse>
|
373
|
-
http_version:
|
374
|
-
recorded_at: Thu, 13 Nov 2014 04:04:07 GMT
|
375
|
-
- request:
|
376
|
-
method: get
|
377
|
-
uri: https://ec2.us-west-1.amazonaws.com/?Action=DescribeInstances&InstanceId.1=i-4c710c86&Version=2014-06-15
|
378
|
-
body:
|
379
|
-
encoding: US-ASCII
|
380
|
-
string: ''
|
381
|
-
headers:
|
382
|
-
User-Agent:
|
383
|
-
- miasma/v0.1.0
|
384
|
-
Host:
|
385
|
-
- ec2.us-west-1.amazonaws.com
|
386
|
-
X-Amz-Date:
|
387
|
-
- 20141113T040507Z
|
388
|
-
Authorization:
|
389
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141113/us-west-1/ec2/aws4_request,
|
390
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=8fa69a1520b6ca92b781a86842266a67658f20323c2a1da4ada301ae08d0b917
|
391
|
-
response:
|
392
|
-
status:
|
393
|
-
code: 200
|
394
|
-
message: OK
|
395
|
-
headers:
|
396
|
-
Content-Type:
|
397
|
-
- text/xml;charset=UTF-8
|
398
|
-
Transfer-Encoding:
|
399
|
-
- chunked
|
400
|
-
Vary:
|
401
|
-
- Accept-Encoding
|
402
|
-
Date:
|
403
|
-
- Thu, 13 Nov 2014 04:05:19 GMT
|
404
|
-
Server:
|
405
|
-
- AmazonEC2
|
406
|
-
body:
|
407
|
-
encoding: UTF-8
|
408
|
-
string: |-
|
409
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
410
|
-
<DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
|
411
|
-
<requestId>237fb695-b70d-49c8-949b-ae761f1a7768</requestId>
|
412
|
-
<reservationSet>
|
413
|
-
<item>
|
414
|
-
<reservationId>r-194a3147</reservationId>
|
415
|
-
<ownerId>921689585014</ownerId>
|
416
|
-
<groupSet>
|
417
|
-
<item>
|
418
|
-
<groupId>sg-b5ca24f1</groupId>
|
419
|
-
<groupName>default</groupName>
|
420
|
-
</item>
|
421
|
-
</groupSet>
|
422
|
-
<instancesSet>
|
423
|
-
<item>
|
424
|
-
<instanceId>i-4c710c86</instanceId>
|
425
|
-
<imageId>ami-b75642f2</imageId>
|
426
|
-
<instanceState>
|
427
|
-
<code>16</code>
|
428
|
-
<name>running</name>
|
429
|
-
</instanceState>
|
430
|
-
<privateDnsName>ip-10-174-87-68.us-west-1.compute.internal</privateDnsName>
|
431
|
-
<dnsName>ec2-54-177-123-13.us-west-1.compute.amazonaws.com</dnsName>
|
432
|
-
<reason/>
|
433
|
-
<keyName>default</keyName>
|
434
|
-
<amiLaunchIndex>0</amiLaunchIndex>
|
435
|
-
<productCodes/>
|
436
|
-
<instanceType>m1.small</instanceType>
|
437
|
-
<launchTime>2014-11-13T04:02:18.000Z</launchTime>
|
438
|
-
<placement>
|
439
|
-
<availabilityZone>us-west-1c</availabilityZone>
|
440
|
-
<groupName/>
|
441
|
-
<tenancy>default</tenancy>
|
442
|
-
</placement>
|
443
|
-
<kernelId>aki-880531cd</kernelId>
|
444
|
-
<monitoring>
|
445
|
-
<state>disabled</state>
|
446
|
-
</monitoring>
|
447
|
-
<privateIpAddress>10.174.87.68</privateIpAddress>
|
448
|
-
<ipAddress>54.177.123.13</ipAddress>
|
449
|
-
<groupSet>
|
450
|
-
<item>
|
451
|
-
<groupId>sg-b5ca24f1</groupId>
|
452
|
-
<groupName>default</groupName>
|
453
|
-
</item>
|
454
|
-
</groupSet>
|
455
|
-
<architecture>x86_64</architecture>
|
456
|
-
<rootDeviceType>instance-store</rootDeviceType>
|
457
|
-
<blockDeviceMapping/>
|
458
|
-
<virtualizationType>paravirtual</virtualizationType>
|
459
|
-
<clientToken/>
|
460
|
-
<hypervisor>xen</hypervisor>
|
461
|
-
<networkInterfaceSet/>
|
462
|
-
<ebsOptimized>false</ebsOptimized>
|
463
|
-
</item>
|
464
|
-
</instancesSet>
|
465
|
-
</item>
|
466
|
-
</reservationSet>
|
467
|
-
</DescribeInstancesResponse>
|
468
|
-
http_version:
|
469
|
-
recorded_at: Thu, 13 Nov 2014 04:05:08 GMT
|
470
|
-
recorded_with: VCR 2.9.3
|