amazon-pricing 0.1.54 → 0.1.55

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
- YTEzNzRlNDEyOWU3M2IyYmE0Y2IzMTc2ZTMwMjExYjA3OWQyOGJmZQ==
4
+ YmNjMjQ0OTAyZDYwYTFmMGVkZWE5OTEzNDhjZmQ2OTczNmE1YjMxMQ==
5
5
  data.tar.gz: !binary |-
6
- YThhNmQ4MjM0ZjE3ZGY5MjQ1MzBhYzA5ZGE5ZDRiM2IyMDAyNzIxYQ==
6
+ YWU4NjcyODZjNDc2ODc1ZjM1MDk4NWE5Zjg1OWM3OTRlYjg3NzI1Ng==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmE3MmQ1NzMxZTlmZjNkZmJjMTE1Y2YwZmI3MTk2NDBmNjIyZjNmMzllMmNm
10
- MjM2Mjg4ODhiOTkyMDVmMGRkNTc1OTc0YWU4MzMxYjk5OTg5YzEwN2RhMmM4
11
- ZmQwMjQyODA0YTVhNzc2Y2Y3ZGM1M2UyZDBiNDBiNWRkMWY1YTg=
9
+ YmFkYTM0OWExODk3MzUzOWRhYmE3M2NmMjZkYmNiMTQ4MGM4ZTIyOWE4ZjA1
10
+ ZDAzZDIxMDkwOThjOGFkZWU5NWE5YzE1MWE5MGRkM2Y5NjcyNzM0MWI4MjMz
11
+ Y2IwNDM2MDE3NzkxNTA0ZmMwMGZjN2QyYzczZWIwMGZmMWIxMmE=
12
12
  data.tar.gz: !binary |-
13
- Y2NlNmE4ZDIyODRhNDZkNTAzYmRkZTRkMTYyNzBhNGI1ZDk1ZmVhNjA3MjUw
14
- YTFhZGZmNDFkZmUxZDJiYTBkYmQ3ZmMyM2M0YzUxNjVjZmRhNDM5OTIzZmRj
15
- MDk0YzNmYjU5YTZlMjVmMzAwZDM2MjEzZDI5ZTI4YTEzMjM4NjM=
13
+ NTkxNGYwN2Y1MDEyNjAxYzk4Y2UwYTJlM2UzMjI5ZTExNjk5ZDM1YWUwYTY5
14
+ ZTliZDkxYTU0MjJlZmRmNWZkZGU1NjA2MDJkMDg4NDZlZDM1OGM3ODZiNTI5
15
+ MWI2Nzg1YTY3ZThkMjJlYjE2NzBhM2ZjYzA1NTQyNzczOWJhMTA=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- amazon-pricing (0.1.54)
4
+ amazon-pricing (0.1.55)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -177,6 +177,7 @@ module AwsPricing
177
177
  'i2.xlarge' => 'High I/O Extra Large', 'i2.2xlarge' => 'High I/O Double Extra Large', 'i2.4xlarge' => 'High I/O Quadruple Extra Large', 'i2.8xlarge' => 'High I/O Eight Extra Large',
178
178
  'r3.large' => 'Memory Optimized Large', 'r3.xlarge' => 'Memory Optimized Extra Large', 'r3.2xlarge' => 'Memory Optimized Double Extra Large', 'r3.4xlarge' => 'Memory Optimized Quadruple Extra Large', 'r3.8xlarge' => 'Memory Optimized Eight Extra Large',
179
179
  't2.micro' => 'Burstable Performance Instance Micro', 't2.small' => 'Burstable Performance Instance Small', 't2.medium' => 'Burstable Performance Instance Medium',
180
+ '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',
180
181
  }
181
182
  @@Disk_Lookup = {
182
183
  'm1.small' => 160, 'm1.medium' => 410, 'm1.large' =>850, 'm1.xlarge' => 1690,
@@ -197,6 +198,7 @@ module AwsPricing
197
198
  'i2.large' => 360, 'i2.xlarge' => 720, 'i2.2xlarge' => 1440, 'i2.4xlarge' => 2880, 'i2.8xlarge' => 5760,
198
199
  'r3.large' => 32, 'r3.xlarge' => 80, 'r3.2xlarge' => 160, 'r3.4xlarge' => 320, 'r3.8xlarge' => 640,
199
200
  't2.micro' => 0, 't2.small' => 0, 't2.medium' => 0,
201
+ 'c4.large' => 0, 'c4.xlarge' => 0, 'c4.2xlarge' => 0, 'c4.4xlarge' => 0, 'c4.8xlarge' => 0,
200
202
  }
201
203
  @@Platform_Lookup = {
202
204
  'm1.small' => 32, 'm1.medium' => 32, 'm1.large' => 64, 'm1.xlarge' => 64,
@@ -217,6 +219,7 @@ module AwsPricing
217
219
  'i2.large' => 64, 'i2.xlarge' => 64, 'i2.2xlarge' => 64, 'i2.4xlarge' => 64, 'i2.8xlarge' => 64,
218
220
  'r3.large' => 64, 'r3.xlarge' => 64, 'r3.2xlarge' => 64, 'r3.4xlarge' => 64, 'r3.8xlarge' => 64,
219
221
  't2.micro' => 64, 't2.small' => 64, 't2.medium' => 64,
222
+ 'c4.large' => 64, 'c4.xlarge' => 64, 'c4.2xlarge' => 64, 'c4.4xlarge' => 64, 'c4.8xlarge' => 64,
220
223
  }
221
224
  @@Disk_Type_Lookup = {
222
225
  'm1.small' => :ephemeral, 'm1.medium' => :ephemeral, 'm1.large' => :ephemeral, 'm1.xlarge' => :ephemeral,
@@ -238,6 +241,7 @@ module AwsPricing
238
241
  'i2.large' => :ssd, 'i2.xlarge' => :ssd, 'i2.2xlarge' => :ssd, 'i2.4xlarge' => :ssd, 'i2.8xlarge' => :ssd,
239
242
  'r3.large' => :ssd, 'r3.xlarge' => :ssd, 'r3.2xlarge' => :ssd, 'r3.4xlarge' => :ssd, 'r3.8xlarge' => :ssd,
240
243
  't2.micro' => :ebs, 't2.small' => :ebs, 't2.medium' => :ebs,
244
+ 'c4.large' => :ebs, 'c4.xlarge' => :ebs, 'c4.2xlarge' => :ebs, 'c4.4xlarge' => :ebs, 'c4.8xlarge' => :ebs,
241
245
  }
242
246
  # Sigh... AWS does not always provide memory info (e.g. t2, r3)
243
247
  @@Memory_Lookup = {
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.54'
11
+ VERSION = '0.1.55'
12
12
  end
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.54
4
+ version: 0.1.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Kinsella
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-22 00:00:00.000000000 Z
11
+ date: 2015-01-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby library for retrieving pricing for Amazon Web Services
14
14
  email: