service-capacity-modeling 0.3.93__tar.gz → 0.3.97__tar.gz

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.
Files changed (110) hide show
  1. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/PKG-INFO +1 -1
  2. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/pricing/aws/3yr-reserved_ec2.json +10 -37
  3. service_capacity_modeling-0.3.97/service_capacity_modeling/hardware/profiles/pricing/aws/3yr-reserved_rds.json +159 -0
  4. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/pricing/aws/3yr-reserved_zz-overrides.json +1 -9
  5. service_capacity_modeling-0.3.97/service_capacity_modeling/hardware/profiles/shapes/aws/auto_db_r6g.json +95 -0
  6. service_capacity_modeling-0.3.97/service_capacity_modeling/hardware/profiles/shapes/aws/auto_db_r6i.json +121 -0
  7. service_capacity_modeling-0.3.97/service_capacity_modeling/hardware/profiles/shapes/aws/auto_db_r7g.json +95 -0
  8. service_capacity_modeling-0.3.97/service_capacity_modeling/hardware/profiles/shapes/aws/auto_db_r7i.json +121 -0
  9. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/manual_instances.json +2 -2
  10. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/kafka.py +5 -0
  11. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/tools/auto_shape.py +247 -34
  12. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/tools/fetch_pricing.py +81 -19
  13. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling.egg-info/PKG-INFO +1 -1
  14. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling.egg-info/SOURCES.txt +5 -0
  15. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/setup.py +5 -3
  16. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/LICENSE +0 -0
  17. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/README.md +0 -0
  18. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/__init__.py +0 -0
  19. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/capacity_planner.py +0 -0
  20. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/enum_utils.py +0 -0
  21. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/__init__.py +0 -0
  22. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/__init__.py +0 -0
  23. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/profiles.txt +0 -0
  24. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5.json +0 -0
  25. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5a.json +0 -0
  26. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5d.json +0 -0
  27. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5n.json +0 -0
  28. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6a.json +0 -0
  29. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6i.json +0 -0
  30. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6id.json +0 -0
  31. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7a.json +0 -0
  32. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7i.json +0 -0
  33. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c8i.json +0 -0
  34. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_i3en.json +0 -0
  35. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_i4i.json +0 -0
  36. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_i7i.json +0 -0
  37. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m4.json +0 -0
  38. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5.json +0 -0
  39. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5n.json +0 -0
  40. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6a.json +0 -0
  41. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6i.json +0 -0
  42. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6id.json +0 -0
  43. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6idn.json +0 -0
  44. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6in.json +0 -0
  45. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7a.json +0 -0
  46. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7i.json +0 -0
  47. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m8i.json +0 -0
  48. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r4.json +0 -0
  49. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5.json +0 -0
  50. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5n.json +0 -0
  51. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6a.json +0 -0
  52. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6i.json +0 -0
  53. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6id.json +0 -0
  54. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6idn.json +0 -0
  55. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6in.json +0 -0
  56. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7a.json +0 -0
  57. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7i.json +0 -0
  58. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r8i.json +0 -0
  59. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/manual_drives.json +0 -0
  60. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/hardware/profiles/shapes/aws/manual_services.json +0 -0
  61. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/interface.py +0 -0
  62. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/__init__.py +0 -0
  63. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/common.py +0 -0
  64. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/headroom_strategy.py +0 -0
  65. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/__init__.py +0 -0
  66. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/__init__.py +0 -0
  67. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/aurora.py +0 -0
  68. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/cassandra.py +0 -0
  69. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/control.py +0 -0
  70. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/counter.py +0 -0
  71. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/crdb.py +0 -0
  72. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/ddb.py +0 -0
  73. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/elasticsearch.py +0 -0
  74. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/entity.py +0 -0
  75. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/evcache.py +0 -0
  76. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/graphkv.py +0 -0
  77. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/iso_date_math.py +0 -0
  78. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/key_value.py +0 -0
  79. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/postgres.py +0 -0
  80. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/rds.py +0 -0
  81. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/stateless_java.py +0 -0
  82. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/time_series.py +0 -0
  83. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/time_series_config.py +0 -0
  84. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/wal.py +0 -0
  85. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/org/netflix/zookeeper.py +0 -0
  86. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/models/utils.py +0 -0
  87. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/stats.py +0 -0
  88. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/tools/__init__.py +0 -0
  89. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/tools/generate_missing.py +0 -0
  90. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling/tools/instance_families.py +0 -0
  91. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling.egg-info/dependency_links.txt +0 -0
  92. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling.egg-info/entry_points.txt +0 -0
  93. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling.egg-info/requires.txt +0 -0
  94. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/service_capacity_modeling.egg-info/top_level.txt +0 -0
  95. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/setup.cfg +0 -0
  96. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_arguments.py +0 -0
  97. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_buffers.py +0 -0
  98. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_common.py +0 -0
  99. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_desire_merge.py +0 -0
  100. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_enum_utils.py +0 -0
  101. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_generate_scenarios.py +0 -0
  102. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_hardware.py +0 -0
  103. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_hardware_shapes.py +0 -0
  104. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_headroom_strategy.py +0 -0
  105. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_io2.py +0 -0
  106. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_model_dump.py +0 -0
  107. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_reproducible.py +0 -0
  108. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_simulation.py +0 -0
  109. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_utils.py +0 -0
  110. {service_capacity_modeling-0.3.93 → service_capacity_modeling-0.3.97}/tests/test_working_set.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: service-capacity-modeling
3
- Version: 0.3.93
3
+ Version: 0.3.97
4
4
  Summary: Contains utilities for modeling capacity for pluggable workloads
5
5
  Author: Joseph Lynch
6
6
  Author-email: josephl@netflix.com
@@ -632,15 +632,6 @@
632
632
  "dl1.24xlarge": {
633
633
  "annual_cost": 43178.0
634
634
  },
635
- "f1.16xlarge": {
636
- "annual_cost": 50230.0
637
- },
638
- "f1.2xlarge": {
639
- "annual_cost": 6278.67
640
- },
641
- "f1.4xlarge": {
642
- "annual_cost": 12557.33
643
- },
644
635
  "g4ad.16xlarge": {
645
636
  "annual_cost": 13331.67
646
637
  },
@@ -1574,26 +1565,20 @@
1574
1565
  "m8g.xlarge": {
1575
1566
  "annual_cost": 621.0
1576
1567
  },
1577
- "p3.16xlarge": {
1578
- "annual_cost": 69054.67
1579
- },
1580
- "p3.2xlarge": {
1581
- "annual_cost": 8631.67
1582
- },
1583
- "p3.8xlarge": {
1584
- "annual_cost": 34527.33
1585
- },
1586
1568
  "p3dn.24xlarge": {
1587
1569
  "annual_cost": 79416.67
1588
1570
  },
1589
1571
  "p4d.24xlarge": {
1590
- "annual_cost": 95297.67
1572
+ "annual_cost": 71473.33
1591
1573
  },
1592
1574
  "p4de.24xlarge": {
1593
- "annual_cost": 119122.0
1575
+ "annual_cost": 89341.67
1594
1576
  },
1595
1577
  "p5.48xlarge": {
1596
- "annual_cost": 329048.33
1578
+ "annual_cost": 181288.67
1579
+ },
1580
+ "p5.4xlarge": {
1581
+ "annual_cost": 22661.0
1597
1582
  },
1598
1583
  "r3.2xlarge": {
1599
1584
  "annual_cost": 2043.33
@@ -2303,15 +2288,6 @@
2303
2288
  "trn1n.32xlarge": {
2304
2289
  "annual_cost": 70804.67
2305
2290
  },
2306
- "u-12tb1.112xlarge": {
2307
- "annual_cost": 267960.67
2308
- },
2309
- "u-18tb1.112xlarge": {
2310
- "annual_cost": 401266.33
2311
- },
2312
- "u-24tb1.112xlarge": {
2313
- "annual_cost": 535022.0
2314
- },
2315
2291
  "u-3tb1.56xlarge": {
2316
2292
  "annual_cost": 66877.67
2317
2293
  },
@@ -2321,20 +2297,17 @@
2321
2297
  "u-6tb1.56xlarge": {
2322
2298
  "annual_cost": 113677.33
2323
2299
  },
2324
- "u-9tb1.112xlarge": {
2325
- "annual_cost": 200970.33
2326
- },
2327
2300
  "u7i-12tb.224xlarge": {
2328
- "annual_cost": 375144.67
2301
+ "annual_cost": 308159.0
2329
2302
  },
2330
2303
  "u7in-16tb.224xlarge": {
2331
- "annual_cost": 499353.67
2304
+ "annual_cost": 442117.0
2332
2305
  },
2333
2306
  "u7in-24tb.224xlarge": {
2334
- "annual_cost": 749030.67
2307
+ "annual_cost": 663219.67
2335
2308
  },
2336
2309
  "u7in-32tb.224xlarge": {
2337
- "annual_cost": 998707.67
2310
+ "annual_cost": 884322.0
2338
2311
  },
2339
2312
  "vt1.24xlarge": {
2340
2313
  "annual_cost": 17127.67
@@ -0,0 +1,159 @@
1
+ {
2
+ "us-east-1": {
3
+ "drives": {},
4
+ "instances": {
5
+ "db.r5.12xlarge": {
6
+ "annual_cost": 21258.0
7
+ },
8
+ "db.r5.16xlarge": {
9
+ "annual_cost": 28344.0
10
+ },
11
+ "db.r5.24xlarge": {
12
+ "annual_cost": 42516.0
13
+ },
14
+ "db.r5.2xlarge": {
15
+ "annual_cost": 3543.0
16
+ },
17
+ "db.r5.4xlarge": {
18
+ "annual_cost": 7086.0
19
+ },
20
+ "db.r5.8xlarge": {
21
+ "annual_cost": 14172.0
22
+ },
23
+ "db.r5.large": {
24
+ "annual_cost": 885.67
25
+ },
26
+ "db.r5.xlarge": {
27
+ "annual_cost": 1771.33
28
+ },
29
+ "db.r6g.12xlarge": {
30
+ "annual_cost": 19024.0
31
+ },
32
+ "db.r6g.16xlarge": {
33
+ "annual_cost": 25365.33
34
+ },
35
+ "db.r6g.2xlarge": {
36
+ "annual_cost": 3170.67
37
+ },
38
+ "db.r6g.4xlarge": {
39
+ "annual_cost": 6341.33
40
+ },
41
+ "db.r6g.8xlarge": {
42
+ "annual_cost": 12682.67
43
+ },
44
+ "db.r6g.large": {
45
+ "annual_cost": 792.67
46
+ },
47
+ "db.r6g.xlarge": {
48
+ "annual_cost": 1585.33
49
+ },
50
+ "db.r6gd.12xlarge": {
51
+ "annual_cost": 34765.33
52
+ },
53
+ "db.r6gd.16xlarge": {
54
+ "annual_cost": 46353.67
55
+ },
56
+ "db.r6gd.2xlarge": {
57
+ "annual_cost": 5794.33
58
+ },
59
+ "db.r6gd.4xlarge": {
60
+ "annual_cost": 11588.33
61
+ },
62
+ "db.r6gd.8xlarge": {
63
+ "annual_cost": 23177.0
64
+ },
65
+ "db.r6gd.xlarge": {
66
+ "annual_cost": 2897.0
67
+ },
68
+ "db.r6i.12xlarge": {
69
+ "annual_cost": 21256.0
70
+ },
71
+ "db.r6i.16xlarge": {
72
+ "annual_cost": 28341.33
73
+ },
74
+ "db.r6i.24xlarge": {
75
+ "annual_cost": 42512.0
76
+ },
77
+ "db.r6i.2xlarge": {
78
+ "annual_cost": 3542.67
79
+ },
80
+ "db.r6i.32xlarge": {
81
+ "annual_cost": 56682.67
82
+ },
83
+ "db.r6i.4xlarge": {
84
+ "annual_cost": 7085.33
85
+ },
86
+ "db.r6i.8xlarge": {
87
+ "annual_cost": 14170.67
88
+ },
89
+ "db.r6i.large": {
90
+ "annual_cost": 885.67
91
+ },
92
+ "db.r6i.xlarge": {
93
+ "annual_cost": 1771.33
94
+ },
95
+ "db.r6id.24xlarge": {
96
+ "annual_cost": 77553.33
97
+ },
98
+ "db.r6id.32xlarge": {
99
+ "annual_cost": 103404.33
100
+ },
101
+ "db.r7g.12xlarge": {
102
+ "annual_cost": 30796.33
103
+ },
104
+ "db.r7g.16xlarge": {
105
+ "annual_cost": 41061.67
106
+ },
107
+ "db.r7g.2xlarge": {
108
+ "annual_cost": 5132.67
109
+ },
110
+ "db.r7g.4xlarge": {
111
+ "annual_cost": 10265.33
112
+ },
113
+ "db.r7g.8xlarge": {
114
+ "annual_cost": 20530.67
115
+ },
116
+ "db.r7g.large": {
117
+ "annual_cost": 1283.33
118
+ },
119
+ "db.r7g.xlarge": {
120
+ "annual_cost": 2566.33
121
+ },
122
+ "db.t3.large": {
123
+ "annual_cost": 622.67
124
+ },
125
+ "db.t3.medium": {
126
+ "annual_cost": 311.33
127
+ },
128
+ "db.t4g.large": {
129
+ "annual_cost": 550.0
130
+ },
131
+ "db.t4g.medium": {
132
+ "annual_cost": 275.0
133
+ },
134
+ "db.x2g.12xlarge": {
135
+ "annual_cost": 27726.33
136
+ },
137
+ "db.x2g.16xlarge": {
138
+ "annual_cost": 36968.67
139
+ },
140
+ "db.x2g.2xlarge": {
141
+ "annual_cost": 4621.0
142
+ },
143
+ "db.x2g.4xlarge": {
144
+ "annual_cost": 9242.0
145
+ },
146
+ "db.x2g.8xlarge": {
147
+ "annual_cost": 18484.33
148
+ },
149
+ "db.x2g.large": {
150
+ "annual_cost": 1155.33
151
+ },
152
+ "db.x2g.xlarge": {
153
+ "annual_cost": 2310.67
154
+ }
155
+ },
156
+ "services": {},
157
+ "zones_in_region": 3
158
+ }
159
+ }
@@ -3,15 +3,7 @@
3
3
  "instances": {
4
4
  "f5.large.deprecated": {"annual_cost": 300.0, "lifecycle": "deprecated"},
5
5
  "m6id.4xlarge": {"annual_cost": 3126.64},
6
- "m6id.xlarge": {"annual_cost": 781.66},
7
- "db.r5.large": {"annual_cost": 885.7},
8
- "db.r5.xlarge": {"annual_cost": 1771.3},
9
- "db.r5.2xlarge": {"annual_cost": 3543},
10
- "db.r5.4xlarge": {"annual_cost": 7086},
11
- "db.r5.8xlarge": {"annual_cost": 14171.7},
12
- "db.r5.12xlarge": {"annual_cost": 21258},
13
- "db.r5.16xlarge": {"annual_cost": 28343.3},
14
- "db.r5.24xlarge": {"annual_cost": 42516}
6
+ "m6id.xlarge": {"annual_cost": 781.66}
15
7
  },
16
8
  "drives": {
17
9
  "gp2": {"annual_cost_per_gib": 1.2},
@@ -0,0 +1,95 @@
1
+ {
2
+ "instances": {
3
+ "db.r6g.large": {
4
+ "name": "db.r6g.large",
5
+ "cpu": 2,
6
+ "cpu_cores": 2,
7
+ "cpu_ghz": 2.5,
8
+ "cpu_ipc_scale": 1.5,
9
+ "ram_gib": 15.26,
10
+ "net_mbps": 750.0,
11
+ "drive": null,
12
+ "platforms": [
13
+ "Aurora PostgreSQL"
14
+ ]
15
+ },
16
+ "db.r6g.xlarge": {
17
+ "name": "db.r6g.xlarge",
18
+ "cpu": 4,
19
+ "cpu_cores": 4,
20
+ "cpu_ghz": 2.5,
21
+ "cpu_ipc_scale": 1.5,
22
+ "ram_gib": 30.52,
23
+ "net_mbps": 1250.0,
24
+ "drive": null,
25
+ "platforms": [
26
+ "Aurora PostgreSQL"
27
+ ]
28
+ },
29
+ "db.r6g.2xlarge": {
30
+ "name": "db.r6g.2xlarge",
31
+ "cpu": 8,
32
+ "cpu_cores": 8,
33
+ "cpu_ghz": 2.5,
34
+ "cpu_ipc_scale": 1.5,
35
+ "ram_gib": 61.04,
36
+ "net_mbps": 2500.0,
37
+ "drive": null,
38
+ "platforms": [
39
+ "Aurora PostgreSQL"
40
+ ]
41
+ },
42
+ "db.r6g.4xlarge": {
43
+ "name": "db.r6g.4xlarge",
44
+ "cpu": 16,
45
+ "cpu_cores": 16,
46
+ "cpu_ghz": 2.5,
47
+ "cpu_ipc_scale": 1.5,
48
+ "ram_gib": 122.07,
49
+ "net_mbps": 5000.0,
50
+ "drive": null,
51
+ "platforms": [
52
+ "Aurora PostgreSQL"
53
+ ]
54
+ },
55
+ "db.r6g.8xlarge": {
56
+ "name": "db.r6g.8xlarge",
57
+ "cpu": 32,
58
+ "cpu_cores": 32,
59
+ "cpu_ghz": 2.5,
60
+ "cpu_ipc_scale": 1.5,
61
+ "ram_gib": 244.14,
62
+ "net_mbps": 12000.0,
63
+ "drive": null,
64
+ "platforms": [
65
+ "Aurora PostgreSQL"
66
+ ]
67
+ },
68
+ "db.r6g.12xlarge": {
69
+ "name": "db.r6g.12xlarge",
70
+ "cpu": 48,
71
+ "cpu_cores": 48,
72
+ "cpu_ghz": 2.5,
73
+ "cpu_ipc_scale": 1.5,
74
+ "ram_gib": 366.21,
75
+ "net_mbps": 20000.0,
76
+ "drive": null,
77
+ "platforms": [
78
+ "Aurora PostgreSQL"
79
+ ]
80
+ },
81
+ "db.r6g.16xlarge": {
82
+ "name": "db.r6g.16xlarge",
83
+ "cpu": 64,
84
+ "cpu_cores": 64,
85
+ "cpu_ghz": 2.5,
86
+ "cpu_ipc_scale": 1.5,
87
+ "ram_gib": 488.28,
88
+ "net_mbps": 25000.0,
89
+ "drive": null,
90
+ "platforms": [
91
+ "Aurora PostgreSQL"
92
+ ]
93
+ }
94
+ }
95
+ }
@@ -0,0 +1,121 @@
1
+ {
2
+ "instances": {
3
+ "db.r6i.large": {
4
+ "name": "db.r6i.large",
5
+ "cpu": 2,
6
+ "cpu_cores": 1,
7
+ "cpu_ghz": 3.5,
8
+ "cpu_ipc_scale": 1.0,
9
+ "ram_gib": 15.26,
10
+ "net_mbps": 781.0,
11
+ "drive": null,
12
+ "platforms": [
13
+ "Aurora PostgreSQL"
14
+ ]
15
+ },
16
+ "db.r6i.xlarge": {
17
+ "name": "db.r6i.xlarge",
18
+ "cpu": 4,
19
+ "cpu_cores": 2,
20
+ "cpu_ghz": 3.5,
21
+ "cpu_ipc_scale": 1.0,
22
+ "ram_gib": 30.52,
23
+ "net_mbps": 1562.0,
24
+ "drive": null,
25
+ "platforms": [
26
+ "Aurora PostgreSQL"
27
+ ]
28
+ },
29
+ "db.r6i.2xlarge": {
30
+ "name": "db.r6i.2xlarge",
31
+ "cpu": 8,
32
+ "cpu_cores": 4,
33
+ "cpu_ghz": 3.5,
34
+ "cpu_ipc_scale": 1.0,
35
+ "ram_gib": 61.04,
36
+ "net_mbps": 3125.0,
37
+ "drive": null,
38
+ "platforms": [
39
+ "Aurora PostgreSQL"
40
+ ]
41
+ },
42
+ "db.r6i.4xlarge": {
43
+ "name": "db.r6i.4xlarge",
44
+ "cpu": 16,
45
+ "cpu_cores": 8,
46
+ "cpu_ghz": 3.5,
47
+ "cpu_ipc_scale": 1.0,
48
+ "ram_gib": 122.07,
49
+ "net_mbps": 6250.0,
50
+ "drive": null,
51
+ "platforms": [
52
+ "Aurora PostgreSQL"
53
+ ]
54
+ },
55
+ "db.r6i.8xlarge": {
56
+ "name": "db.r6i.8xlarge",
57
+ "cpu": 32,
58
+ "cpu_cores": 16,
59
+ "cpu_ghz": 3.5,
60
+ "cpu_ipc_scale": 1.0,
61
+ "ram_gib": 244.14,
62
+ "net_mbps": 12500.0,
63
+ "drive": null,
64
+ "platforms": [
65
+ "Aurora PostgreSQL"
66
+ ]
67
+ },
68
+ "db.r6i.12xlarge": {
69
+ "name": "db.r6i.12xlarge",
70
+ "cpu": 48,
71
+ "cpu_cores": 24,
72
+ "cpu_ghz": 3.5,
73
+ "cpu_ipc_scale": 1.0,
74
+ "ram_gib": 366.21,
75
+ "net_mbps": 18750.0,
76
+ "drive": null,
77
+ "platforms": [
78
+ "Aurora PostgreSQL"
79
+ ]
80
+ },
81
+ "db.r6i.16xlarge": {
82
+ "name": "db.r6i.16xlarge",
83
+ "cpu": 64,
84
+ "cpu_cores": 32,
85
+ "cpu_ghz": 3.5,
86
+ "cpu_ipc_scale": 1.0,
87
+ "ram_gib": 488.28,
88
+ "net_mbps": 25000.0,
89
+ "drive": null,
90
+ "platforms": [
91
+ "Aurora PostgreSQL"
92
+ ]
93
+ },
94
+ "db.r6i.24xlarge": {
95
+ "name": "db.r6i.24xlarge",
96
+ "cpu": 96,
97
+ "cpu_cores": 48,
98
+ "cpu_ghz": 3.5,
99
+ "cpu_ipc_scale": 1.0,
100
+ "ram_gib": 732.42,
101
+ "net_mbps": 37500.0,
102
+ "drive": null,
103
+ "platforms": [
104
+ "Aurora PostgreSQL"
105
+ ]
106
+ },
107
+ "db.r6i.32xlarge": {
108
+ "name": "db.r6i.32xlarge",
109
+ "cpu": 128,
110
+ "cpu_cores": 64,
111
+ "cpu_ghz": 3.5,
112
+ "cpu_ipc_scale": 1.0,
113
+ "ram_gib": 976.56,
114
+ "net_mbps": 50000.0,
115
+ "drive": null,
116
+ "platforms": [
117
+ "Aurora PostgreSQL"
118
+ ]
119
+ }
120
+ }
121
+ }
@@ -0,0 +1,95 @@
1
+ {
2
+ "instances": {
3
+ "db.r7g.large": {
4
+ "name": "db.r7g.large",
5
+ "cpu": 2,
6
+ "cpu_cores": 2,
7
+ "cpu_ghz": 2.6,
8
+ "cpu_ipc_scale": 1.5,
9
+ "ram_gib": 15.26,
10
+ "net_mbps": 937.0,
11
+ "drive": null,
12
+ "platforms": [
13
+ "Aurora PostgreSQL"
14
+ ]
15
+ },
16
+ "db.r7g.xlarge": {
17
+ "name": "db.r7g.xlarge",
18
+ "cpu": 4,
19
+ "cpu_cores": 4,
20
+ "cpu_ghz": 2.6,
21
+ "cpu_ipc_scale": 1.5,
22
+ "ram_gib": 30.52,
23
+ "net_mbps": 1876.0,
24
+ "drive": null,
25
+ "platforms": [
26
+ "Aurora PostgreSQL"
27
+ ]
28
+ },
29
+ "db.r7g.2xlarge": {
30
+ "name": "db.r7g.2xlarge",
31
+ "cpu": 8,
32
+ "cpu_cores": 8,
33
+ "cpu_ghz": 2.6,
34
+ "cpu_ipc_scale": 1.5,
35
+ "ram_gib": 61.04,
36
+ "net_mbps": 3750.0,
37
+ "drive": null,
38
+ "platforms": [
39
+ "Aurora PostgreSQL"
40
+ ]
41
+ },
42
+ "db.r7g.4xlarge": {
43
+ "name": "db.r7g.4xlarge",
44
+ "cpu": 16,
45
+ "cpu_cores": 16,
46
+ "cpu_ghz": 2.6,
47
+ "cpu_ipc_scale": 1.5,
48
+ "ram_gib": 122.07,
49
+ "net_mbps": 7500.0,
50
+ "drive": null,
51
+ "platforms": [
52
+ "Aurora PostgreSQL"
53
+ ]
54
+ },
55
+ "db.r7g.8xlarge": {
56
+ "name": "db.r7g.8xlarge",
57
+ "cpu": 32,
58
+ "cpu_cores": 32,
59
+ "cpu_ghz": 2.6,
60
+ "cpu_ipc_scale": 1.5,
61
+ "ram_gib": 244.14,
62
+ "net_mbps": 15000.0,
63
+ "drive": null,
64
+ "platforms": [
65
+ "Aurora PostgreSQL"
66
+ ]
67
+ },
68
+ "db.r7g.12xlarge": {
69
+ "name": "db.r7g.12xlarge",
70
+ "cpu": 48,
71
+ "cpu_cores": 48,
72
+ "cpu_ghz": 2.6,
73
+ "cpu_ipc_scale": 1.5,
74
+ "ram_gib": 366.21,
75
+ "net_mbps": 22500.0,
76
+ "drive": null,
77
+ "platforms": [
78
+ "Aurora PostgreSQL"
79
+ ]
80
+ },
81
+ "db.r7g.16xlarge": {
82
+ "name": "db.r7g.16xlarge",
83
+ "cpu": 64,
84
+ "cpu_cores": 64,
85
+ "cpu_ghz": 2.6,
86
+ "cpu_ipc_scale": 1.5,
87
+ "ram_gib": 488.28,
88
+ "net_mbps": 30000.0,
89
+ "drive": null,
90
+ "platforms": [
91
+ "Aurora PostgreSQL"
92
+ ]
93
+ }
94
+ }
95
+ }
@@ -0,0 +1,121 @@
1
+ {
2
+ "instances": {
3
+ "db.r7i.large": {
4
+ "name": "db.r7i.large",
5
+ "cpu": 2,
6
+ "cpu_cores": 1,
7
+ "cpu_ghz": 3.2,
8
+ "cpu_ipc_scale": 1.25,
9
+ "ram_gib": 15.26,
10
+ "net_mbps": 781.0,
11
+ "drive": null,
12
+ "platforms": [
13
+ "Aurora PostgreSQL"
14
+ ]
15
+ },
16
+ "db.r7i.xlarge": {
17
+ "name": "db.r7i.xlarge",
18
+ "cpu": 4,
19
+ "cpu_cores": 2,
20
+ "cpu_ghz": 3.2,
21
+ "cpu_ipc_scale": 1.25,
22
+ "ram_gib": 30.52,
23
+ "net_mbps": 1562.0,
24
+ "drive": null,
25
+ "platforms": [
26
+ "Aurora PostgreSQL"
27
+ ]
28
+ },
29
+ "db.r7i.2xlarge": {
30
+ "name": "db.r7i.2xlarge",
31
+ "cpu": 8,
32
+ "cpu_cores": 4,
33
+ "cpu_ghz": 3.2,
34
+ "cpu_ipc_scale": 1.25,
35
+ "ram_gib": 61.04,
36
+ "net_mbps": 3125.0,
37
+ "drive": null,
38
+ "platforms": [
39
+ "Aurora PostgreSQL"
40
+ ]
41
+ },
42
+ "db.r7i.4xlarge": {
43
+ "name": "db.r7i.4xlarge",
44
+ "cpu": 16,
45
+ "cpu_cores": 8,
46
+ "cpu_ghz": 3.2,
47
+ "cpu_ipc_scale": 1.25,
48
+ "ram_gib": 122.07,
49
+ "net_mbps": 6250.0,
50
+ "drive": null,
51
+ "platforms": [
52
+ "Aurora PostgreSQL"
53
+ ]
54
+ },
55
+ "db.r7i.8xlarge": {
56
+ "name": "db.r7i.8xlarge",
57
+ "cpu": 32,
58
+ "cpu_cores": 16,
59
+ "cpu_ghz": 3.2,
60
+ "cpu_ipc_scale": 1.25,
61
+ "ram_gib": 244.14,
62
+ "net_mbps": 12500.0,
63
+ "drive": null,
64
+ "platforms": [
65
+ "Aurora PostgreSQL"
66
+ ]
67
+ },
68
+ "db.r7i.12xlarge": {
69
+ "name": "db.r7i.12xlarge",
70
+ "cpu": 48,
71
+ "cpu_cores": 24,
72
+ "cpu_ghz": 3.2,
73
+ "cpu_ipc_scale": 1.25,
74
+ "ram_gib": 366.21,
75
+ "net_mbps": 18750.0,
76
+ "drive": null,
77
+ "platforms": [
78
+ "Aurora PostgreSQL"
79
+ ]
80
+ },
81
+ "db.r7i.16xlarge": {
82
+ "name": "db.r7i.16xlarge",
83
+ "cpu": 64,
84
+ "cpu_cores": 32,
85
+ "cpu_ghz": 3.2,
86
+ "cpu_ipc_scale": 1.25,
87
+ "ram_gib": 488.28,
88
+ "net_mbps": 25000.0,
89
+ "drive": null,
90
+ "platforms": [
91
+ "Aurora PostgreSQL"
92
+ ]
93
+ },
94
+ "db.r7i.24xlarge": {
95
+ "name": "db.r7i.24xlarge",
96
+ "cpu": 96,
97
+ "cpu_cores": 48,
98
+ "cpu_ghz": 3.2,
99
+ "cpu_ipc_scale": 1.25,
100
+ "ram_gib": 732.42,
101
+ "net_mbps": 37500.0,
102
+ "drive": null,
103
+ "platforms": [
104
+ "Aurora PostgreSQL"
105
+ ]
106
+ },
107
+ "db.r7i.48xlarge": {
108
+ "name": "db.r7i.48xlarge",
109
+ "cpu": 192,
110
+ "cpu_cores": 96,
111
+ "cpu_ghz": 3.2,
112
+ "cpu_ipc_scale": 1.25,
113
+ "ram_gib": 1464.84,
114
+ "net_mbps": 50000.0,
115
+ "drive": null,
116
+ "platforms": [
117
+ "Aurora PostgreSQL"
118
+ ]
119
+ }
120
+ }
121
+ }