amazon-pricing 0.1.103 → 0.1.104
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
|
+
ZGZlZTI5YTAwMjk0ZTY0ZTZlOTQ1YjZkMmNmOGUwNmZlZDA0MzJmOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NmZhZGVmZmEyOWJhNWE5MjEzZDMxMjBiOTA5NDk4MTZkOWFhNmRiMA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MDljOTVmNmE2OWQwOWM1YTc4YmQ2NTdjMzdmYzhlMWYzMTQ1ZjI0YmM2N2Iy
|
|
10
|
+
ZGQyZDQ3NWRhZWJmZjgzZmZiZTE3ZDk1MDA2MzQ1MTczNzVjODk3N2E0NWYw
|
|
11
|
+
NDdlOWI2ZmMxYzliZGQyZWRkMDJjMDZjNzE3MGEwZmM1YzZlYzk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjQ4OTY0MWVjNjY2MzRhZGM0ZDg5MGY4YWQ4OWVmOTkyZmM2YTI1ZjU3YmE4
|
|
14
|
+
NzJlYzcwYzJhZDBiNzBjYTZkZjlkYTllMmNjNDg1NTQ3OTliOWY4NDA4ODAw
|
|
15
|
+
OTZmNzE1MjdmYzI3NjM0ZTdlZjRkOTFhZmI5ZTM2ZjdiNGIyZGM=
|
|
@@ -218,6 +218,12 @@ module AwsPricing
|
|
|
218
218
|
'cache.r3.8xlarge' => :ten_gigabit,
|
|
219
219
|
'cache.r3.large' => :moderate,
|
|
220
220
|
'cache.r3.xlarge' => :moderate,
|
|
221
|
+
'cache.r4.16xlarge' => :twentyfive_gigabit,
|
|
222
|
+
'cache.r4.2xlarge' => :ten_gigabit, # upto 10G
|
|
223
|
+
'cache.r4.4xlarge' => :ten_gigabit, # upto 10G
|
|
224
|
+
'cache.r4.8xlarge' => :ten_gigabit,
|
|
225
|
+
'cache.r4.large' => :ten_gigabit, # upto 10G
|
|
226
|
+
'cache.r4.xlarge' => :ten_gigabit, # upto 10G
|
|
221
227
|
'cache.x1.16xlarge' => :ten_gigabit,
|
|
222
228
|
'cache.x1.32xlarge' => :ten_gigabit,
|
|
223
229
|
'cache.t1.micro' => :very_low,
|
|
@@ -330,6 +330,8 @@ module AwsPricing
|
|
|
330
330
|
'cache.m2.xlarge' => 16700, 'cache.m2.2xlarge' => 33800, 'cache.m2.4xlarge' => 68000,
|
|
331
331
|
'cache.c1.xlarge' => 6600,
|
|
332
332
|
'cache.t1.micro' => 213,
|
|
333
|
+
'cache.r4.large' => 12300, 'cache.r4.xlarge' => 25050, 'cache.r4.2xlarge' => 50470, 'cache.r4.4xlarge' => 101380,
|
|
334
|
+
'cache.r4.8xlarge' => 203260, 'cache.r4.16xlarge' => 407000,
|
|
333
335
|
}
|
|
334
336
|
@@Virtual_Cores_Lookup = {
|
|
335
337
|
'r3.large' => 2, 'r3.xlarge' => 4, 'r3.2xlarge' => 8, 'r3.4xlarge' => 16, 'r3.8xlarge' => 32,
|
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.104
|
|
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-11-
|
|
11
|
+
date: 2017-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A Ruby library for retrieving pricing for Amazon Web Services
|
|
14
14
|
email:
|