amazon-pricing 0.1.83 → 0.1.84

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTk1M2NjMjU4MzdiOTFmMjE5ODk0NzQzZGRlMWQ2ZTIyOGRmMDEyOQ==
4
+ YmI4YmZiNzc5MTI4MWVmYThiZWU2ZGNkY2QzY2E1NDc1NWYwZTU2YQ==
5
5
  data.tar.gz: !binary |-
6
- NGRiY2ViMmNhNGY5NjAwYTRkOTk2MTkxY2IwY2M4NjAxZTEwNmExYg==
6
+ NTg0M2YzMDM3YWE4MGJjNmVkMGMwM2I5Y2UzNjQxNDViYTJkMjJjOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDBkZDQxYTFkYTBhN2I0NmYzZDBjNGJmOGYwNDg3ZWY5NTg0ODllZWE1MGU0
10
- ODEzYjA2ZmNjYTZjMDkyMWVkYjU4Yjk2NmNmMmMwODg3MGRmNWIyNDM3MTYz
11
- NGZiYjM2MDYzYTNiZjgyYzNiZDY2ZGU0NjdkNWE1NjZjMjgyNmY=
9
+ OWQ5OTQxZjIzNjA5Zjk5MjI5YjBlMWNhYmYyMzA2ZmYzNGRjMTk0ZDU3NDNl
10
+ OTM1YTcxNjJiN2NkZjM0ZTEwNTc2ZTM3ZDcwOTE1MjNjMDYxZWNhYmQ2NTA3
11
+ YzdjODQyYzNhZDQyYjcxZjFmOWI4ZThjM2JiZDIyNDQzYzNmMmE=
12
12
  data.tar.gz: !binary |-
13
- NTMyN2U2MDhlZTVhYzUyYzViZGU3MzE4ODBmMTA1MzkzNTQ2NGQ4NGMxZjlh
14
- YzFhOGQ2Njg1NmJhMzM3NTk4Mzk5ZjE4ODQyZTg4YzVjNGQ1Mzc3Y2Y5ZGQ2
15
- MDQ0ZDc2YWQwMmFjMGE4YmU0ZTI4MTllMDI0MWFiOGM3MmM5ZTQ=
13
+ ODllYTg2OTA2NDg3NGU0MTdkYWQwYzkwNjRkM2U0MzRkNzM0ZTlmYmJjMDFl
14
+ MWMzYzliYzkzY2YxZjJlNDJkYTEzNWJhN2E4OGQzZWZmMjcxZDlkZmVhNDVm
15
+ N2NhMzFhMmM0MjlmODZiOGJlZjdjN2Y1YzRmMGFkMjM5NWIzMjc=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- amazon-pricing (0.1.83)
4
+ amazon-pricing (0.1.84)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -298,13 +298,13 @@ module AwsPricing
298
298
 
299
299
  # [MB/s capacity, Ops/s capacity]
300
300
  PER_SEC_CAPACITIES = {
301
- 'c1.medium' => [6000, 300000],
302
- 'c1.xlarge' => [6000, 300000],
303
- 'c3.2xlarge' => [8000, 600000],
304
- 'c3.4xlarge' => [9000, 600000],
305
- 'c3.8xlarge' => [15000, 600000],
306
- 'c3.large' => [5000, 600000],
307
- 'c3.xlarge' => [7000, 600000],
301
+ 'c1.medium' => [118, 5471],
302
+ 'c1.xlarge' => [347, 17245],
303
+ 'c3.2xlarge' => [947, 63297],
304
+ 'c3.4xlarge' => [962, 96546],
305
+ 'c3.8xlarge' => [964, 60702],
306
+ 'c3.large' => [917, 77972],
307
+ 'c3.xlarge' => [932, 60632],
308
308
  # c4.2xlarge is EBS-only
309
309
  # c4.4xlarge is EBS-only
310
310
  # c4.8xlarge is EBS-only
@@ -332,13 +332,13 @@ module AwsPricing
332
332
  # cache.t2.micro is not picked up by CloudWatch
333
333
  # cache.t2.small is not picked up by CloudWatch
334
334
  # cc1.4xlarge is not picked up by CloudWatch
335
- 'cc2.8xlarge' => [2500, 50000],
335
+ 'cc2.8xlarge' => [598, 64607],
336
336
  # cg1.4xlarge is not picked up by CloudWatch
337
- 'cr1.8xlarge' => [1500, 2000000],
338
- 'd2.2xlarge' => [6000, 150000],
339
- 'd2.4xlarge' => [9000, 170000],
340
- 'd2.8xlarge' => [12000, 170000],
341
- 'd2.xlarge' => [4000, 150000],
337
+ 'cr1.8xlarge' => [525, 53527],
338
+ 'd2.2xlarge' => [928, 119439],
339
+ 'd2.4xlarge' => [2136, 266270],
340
+ 'd2.8xlarge' => [3367, 225539],
341
+ 'd2.xlarge' => [506, 68167],
342
342
  # db.cr1.8xlarge, like all RDS instances, are EBS-only
343
343
  # db.m1.large, like all RDS instances, are EBS-only
344
344
  # db.m1.medium, like all RDS instances, are EBS-only
@@ -366,42 +366,42 @@ module AwsPricing
366
366
  # db.t2.medium, like all RDS instances, are EBS-only
367
367
  # db.t2.micro, like all RDS instances, are EBS-only
368
368
  # db.t2.small, like all RDS instances, are EBS-only
369
- 'g2.2xlarge' => [1000, 12000],
370
- 'g2.8xlarge' => [2000, 24000],
371
- 'hi1.4xlarge' => [3000, 85000],
372
- 'hs1.8xlarge' => [2000, 60000],
373
- 'i2.2xlarge' => [13000, 500000],
374
- 'i2.4xlarge' => [18000, 600000],
375
- 'i2.8xlarge' => [14000, 700000],
376
- 'i2.xlarge' => [5000, 300000],
377
- 'm1.large' => [8000, 200000],
378
- 'm1.medium' => [7000, 200000],
379
- 'm1.small' => [7000, 200000],
380
- 'm1.xlarge' => [8000, 200000],
381
- 'm2.2xlarge' => [3000, 600000],
382
- 'm2.4xlarge' => [4000, 700000],
383
- 'm2.xlarge' => [5000, 1050000],
384
- 'm3.2xlarge' => [6000, 500000],
385
- 'm3.large' => [4000, 600000],
386
- 'm3.medium' => [4000, 800000],
387
- 'm3.xlarge' => [6000, 600000],
369
+ 'g2.2xlarge' => [534, 42731],
370
+ 'g2.8xlarge' => [1069, 70756],
371
+ 'hi1.4xlarge' => [1824, 50488],
372
+ 'hs1.8xlarge' => [2257, 126081],
373
+ 'i2.2xlarge' => [949, 89028],
374
+ 'i2.4xlarge' => [1890, 172192],
375
+ 'i2.8xlarge' => [3618, 313304],
376
+ 'i2.xlarge' => [480, 45439],
377
+ 'm1.large' => [252, 29830],
378
+ 'm1.medium' => [134, 9855],
379
+ 'm1.small' => [112, 11776],
380
+ 'm1.xlarge' => [436, 34630],
381
+ 'm2.2xlarge' => [100, 9455],
382
+ 'm2.4xlarge' => [198, 17469],
383
+ 'm2.xlarge' => [100, 8855],
384
+ 'm3.2xlarge' => [934, 72169],
385
+ 'm3.large' => [477, 47711],
386
+ 'm3.medium' => [443, 31698],
387
+ 'm3.xlarge' => [898, 71540],
388
388
  # m4.10xlarge is EBS-only
389
389
  # m4.2xlarge is EBS-only
390
390
  # m4.4xlarge is EBS-only
391
391
  # m4.large is EBS-only
392
392
  # m4.xlarge is EBS-only
393
- 'r3.2xlarge' => [35000, 400000],
394
- 'r3.4xlarge' => [55000, 450000],
395
- 'r3.8xlarge' => [105000, 500000],
396
- 'r3.large' => [10000, 200000],
397
- 'r3.xlarge' => [20000, 300000],
393
+ 'r3.2xlarge' => [238, 34564],
394
+ 'r3.4xlarge' => [473, 50525],
395
+ 'r3.8xlarge' => [471, 51666],
396
+ 'r3.large' => [60, 8812],
397
+ 'r3.xlarge' => [119, 17149],
398
398
  # t1.micro is EBS-only
399
399
  # t2.large is EBS-only
400
400
  # t2.medium is EBS-only
401
401
  # t2.micro is EBS-only
402
402
  # t2.nano is EBS-only
403
403
  # t2.small is EBS-only
404
- 'x1.32xlarge' => [15000, 500000],
404
+ 'x1.32xlarge' => [940, 105123],
405
405
  }
406
406
  end
407
407
 
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.83'
11
+ VERSION = '0.1.84'
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.83
4
+ version: 0.1.84
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Kinsella
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-04 00:00:00.000000000 Z
11
+ date: 2016-08-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby library for retrieving pricing for Amazon Web Services
14
14
  email:
@@ -97,4 +97,3 @@ test_files:
97
97
  - spec/support/.gitignore
98
98
  - test/ec2_instance_types_test.rb
99
99
  - test/helper.rb
100
- has_rdoc: