amazon-pricing 0.1.93 → 0.1.94
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
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzE2MTU4YzE3YmEzM2ExYjlmOWZmMDk5ZWRhNjA2NjllZjZlZDY5Zg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzdjODUyZDg3NzI4OTY2ZDcxNzQwMmNiNThiMjY3NTBkOGNhZWI0OQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MjBkYzJmZjgxMTc3MTFmMjdmNzM4YjMyMmIyMjVkNjRhN2VhODUyNTI5MDE0
|
|
10
|
+
ZjVlZjY0NTk0OWQ4ZjM0OTE1ODYwM2Y5YzMxZjZkMTcwYjczYmZlM2ZhYzYw
|
|
11
|
+
ZWU3MDJiMGFkZTM3YzdhNzU2ZGJiZDhlZjk4NDc4MDI3YzM4ZjE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTFiOTgzNDRjYTE5YWMxMDc5NjBjM2MyOTkwM2YxYTUzNjA2NmY1MDEyMWI3
|
|
14
|
+
ZWI4ZWE0MmE4YjcyMDEwMTc1Zjk0MzFhMGJmODQ3YjNmYzM3Njc1OWY0Mjll
|
|
15
|
+
OTkwYTEzZmRmZGJlZGI1NjY1NzFkZDg4NjAxMGJjZjZjOTA0MTg=
|
|
@@ -157,6 +157,7 @@ module AwsPricing
|
|
|
157
157
|
:twenty_gigabit => 20000,
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
+
# handy summary here: www.ec2instances.info
|
|
160
161
|
@Network_Performance = {
|
|
161
162
|
'c1.medium' => :moderate,
|
|
162
163
|
'c1.xlarge' => :high,
|
|
@@ -235,6 +236,8 @@ module AwsPricing
|
|
|
235
236
|
'db.t2.small' => :low_to_moderate,
|
|
236
237
|
'db.x1.16xlarge' => :ten_gigabit,
|
|
237
238
|
'db.x1.32xlarge' => :ten_gigabit,
|
|
239
|
+
'f1.2xlarge' => :high,
|
|
240
|
+
'f1.16xlarge' => :high,
|
|
238
241
|
'g2.2xlarge' => :high,
|
|
239
242
|
'g2.8xlarge' => :ten_gigabit,
|
|
240
243
|
'hi1.4xlarge' => :ten_gigabit,
|
|
@@ -207,6 +207,7 @@ module AwsPricing
|
|
|
207
207
|
'c4.large' => 'Compute Optimized Large', 'c4.xlarge' => 'Compute Optimized Extra Large', 'c4.2xlarge' => 'Compute Optimized Double Extra Large', 'c4.4xlarge' => 'Compute Optimized Quadruple Extra Large', 'c4.8xlarge' => 'Compute Optimized Eight Extra Large',
|
|
208
208
|
'x1.16xlarge' => 'Memory Optimized Hextuple Large-scale Enterprise-class',
|
|
209
209
|
'x1.32xlarge' => 'Memory Optimized Large-scale Enterprise-class',
|
|
210
|
+
'f1.2xlarge' => 'FPGA Hardware Acceleration Double Extra Large', 'f1.16xlarge' => 'FPGA Hardware Acceleration Hextuple Extra Large'
|
|
210
211
|
}
|
|
211
212
|
@@Disk_Lookup = {
|
|
212
213
|
'm1.small' => 160, 'm1.medium' => 410, 'm1.large' =>850, 'm1.xlarge' => 1690,
|
|
@@ -234,6 +235,7 @@ module AwsPricing
|
|
|
234
235
|
'c4.large' => 0, 'c4.xlarge' => 0, 'c4.2xlarge' => 0, 'c4.4xlarge' => 0, 'c4.8xlarge' => 0,
|
|
235
236
|
'x1.16xlarge' => 3840, 'x1.32xlarge' => 3840,
|
|
236
237
|
'p2.xlarge' => 0, 'p2.8xlarge' => 0, 'p2.16xlarge' => 0,
|
|
238
|
+
'f1.2xlarge' => 470, 'f1.16xlarge' => 3760,
|
|
237
239
|
}
|
|
238
240
|
@@Platform_Lookup = {
|
|
239
241
|
'm1.small' => 32, 'm1.medium' => 32, 'm1.large' => 64, 'm1.xlarge' => 64,
|
|
@@ -289,6 +291,7 @@ module AwsPricing
|
|
|
289
291
|
'c4.large' => :ebs, 'c4.xlarge' => :ebs, 'c4.2xlarge' => :ebs, 'c4.4xlarge' => :ebs, 'c4.8xlarge' => :ebs,
|
|
290
292
|
'x1.16xlarge' => :ssd, 'x1.32xlarge' => :ssd,
|
|
291
293
|
'p2.xlarge' => :ebs, 'p2.8xlarge' => :ebs, 'p2.16xlarge' => :ebs,
|
|
294
|
+
'f1.2xlarge' => :ssd, 'f1.16xlarge' => :ssd,
|
|
292
295
|
}
|
|
293
296
|
|
|
294
297
|
# NOTE: These are populated by "populate_lookups"
|
|
@@ -50,9 +50,10 @@ module AwsPricing
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
'GPUInstances' => {
|
|
53
|
-
'CurrentGen' => { # G2=GPU Graphics, P2=GPU Computes
|
|
53
|
+
'CurrentGen' => { # G2=GPU Graphics, P2=GPU Computes, F1=FPGA Accelerated
|
|
54
54
|
'G2' => ['g2.2xlarge', 'g2.8xlarge'],
|
|
55
55
|
'P2' => ['p2.xlarge', 'p2.8xlarge', 'p2.16xlarge'],
|
|
56
|
+
'F1' => ['f1.2xlarge', 'f1.16xlarge'],
|
|
56
57
|
},
|
|
57
58
|
'PreviousGen' => {
|
|
58
59
|
'CG1' => ['cg1.4xlarge']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: amazon-pricing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.94
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Kinsella
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02
|
|
11
|
+
date: 2017-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A Ruby library for retrieving pricing for Amazon Web Services
|
|
14
14
|
email:
|