cloud-cost-mcp 1.1.0

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 (48) hide show
  1. package/LICENSE +190 -0
  2. package/NOTICE +15 -0
  3. package/README.md +232 -0
  4. package/dist/data/bundled/aws-pricing.json +379 -0
  5. package/dist/data/bundled/azure-pricing.json +367 -0
  6. package/dist/data/bundled/gcp-pricing.json +383 -0
  7. package/dist/data/bundled/oci-pricing.json +290 -0
  8. package/dist/data/cache.d.ts +53 -0
  9. package/dist/data/cache.d.ts.map +1 -0
  10. package/dist/data/cache.js +95 -0
  11. package/dist/data/cache.js.map +1 -0
  12. package/dist/data/fetchers/aws.d.ts +65 -0
  13. package/dist/data/fetchers/aws.d.ts.map +1 -0
  14. package/dist/data/fetchers/aws.js +298 -0
  15. package/dist/data/fetchers/aws.js.map +1 -0
  16. package/dist/data/fetchers/azure.d.ts +83 -0
  17. package/dist/data/fetchers/azure.d.ts.map +1 -0
  18. package/dist/data/fetchers/azure.js +369 -0
  19. package/dist/data/fetchers/azure.js.map +1 -0
  20. package/dist/data/fetchers/gcp.d.ts +44 -0
  21. package/dist/data/fetchers/gcp.d.ts.map +1 -0
  22. package/dist/data/fetchers/gcp.js +182 -0
  23. package/dist/data/fetchers/gcp.js.map +1 -0
  24. package/dist/data/fetchers/oci.d.ts +65 -0
  25. package/dist/data/fetchers/oci.d.ts.map +1 -0
  26. package/dist/data/fetchers/oci.js +130 -0
  27. package/dist/data/fetchers/oci.js.map +1 -0
  28. package/dist/data/loader.d.ts +56 -0
  29. package/dist/data/loader.d.ts.map +1 -0
  30. package/dist/data/loader.js +149 -0
  31. package/dist/data/loader.js.map +1 -0
  32. package/dist/index.d.ts +21 -0
  33. package/dist/index.d.ts.map +1 -0
  34. package/dist/index.js +715 -0
  35. package/dist/index.js.map +1 -0
  36. package/dist/tools/calculator.d.ts +36 -0
  37. package/dist/tools/calculator.d.ts.map +1 -0
  38. package/dist/tools/calculator.js +271 -0
  39. package/dist/tools/calculator.js.map +1 -0
  40. package/dist/tools/compare.d.ts +64 -0
  41. package/dist/tools/compare.d.ts.map +1 -0
  42. package/dist/tools/compare.js +243 -0
  43. package/dist/tools/compare.js.map +1 -0
  44. package/dist/types.d.ts +171 -0
  45. package/dist/types.d.ts.map +1 -0
  46. package/dist/types.js +6 -0
  47. package/dist/types.js.map +1 -0
  48. package/package.json +57 -0
@@ -0,0 +1,383 @@
1
+ {
2
+ "metadata": {
3
+ "provider": "gcp",
4
+ "lastUpdated": "2026-01-18T00:00:00Z",
5
+ "source": "Google Cloud Pricing (us-central1)",
6
+ "version": "1.0.0",
7
+ "totalProducts": 45,
8
+ "currency": "USD",
9
+ "notes": "On-demand pricing with sustained use discounts (up to 30% auto-applied). Committed use discounts available."
10
+ },
11
+ "compute": [
12
+ {
13
+ "provider": "gcp",
14
+ "name": "e2-micro",
15
+ "displayName": "E2 Micro (Shared Core)",
16
+ "vcpus": 0.25,
17
+ "memoryGB": 1,
18
+ "hourlyPrice": 0.0084,
19
+ "monthlyPrice": 6.13,
20
+ "region": "us-central1",
21
+ "category": "general",
22
+ "architecture": "x86",
23
+ "notes": "Shared-core, great for small workloads"
24
+ },
25
+ {
26
+ "provider": "gcp",
27
+ "name": "e2-small",
28
+ "displayName": "E2 Small (Shared Core)",
29
+ "vcpus": 0.5,
30
+ "memoryGB": 2,
31
+ "hourlyPrice": 0.0168,
32
+ "monthlyPrice": 12.26,
33
+ "region": "us-central1",
34
+ "category": "general",
35
+ "architecture": "x86"
36
+ },
37
+ {
38
+ "provider": "gcp",
39
+ "name": "e2-medium",
40
+ "displayName": "E2 Medium (Shared Core)",
41
+ "vcpus": 1,
42
+ "memoryGB": 4,
43
+ "hourlyPrice": 0.0335,
44
+ "monthlyPrice": 24.46,
45
+ "region": "us-central1",
46
+ "category": "general",
47
+ "architecture": "x86"
48
+ },
49
+ {
50
+ "provider": "gcp",
51
+ "name": "e2-standard-2",
52
+ "displayName": "E2 Standard 2",
53
+ "vcpus": 2,
54
+ "memoryGB": 8,
55
+ "hourlyPrice": 0.067,
56
+ "monthlyPrice": 48.91,
57
+ "region": "us-central1",
58
+ "category": "general",
59
+ "architecture": "x86"
60
+ },
61
+ {
62
+ "provider": "gcp",
63
+ "name": "e2-standard-4",
64
+ "displayName": "E2 Standard 4",
65
+ "vcpus": 4,
66
+ "memoryGB": 16,
67
+ "hourlyPrice": 0.134,
68
+ "monthlyPrice": 97.82,
69
+ "region": "us-central1",
70
+ "category": "general",
71
+ "architecture": "x86"
72
+ },
73
+ {
74
+ "provider": "gcp",
75
+ "name": "e2-standard-8",
76
+ "displayName": "E2 Standard 8",
77
+ "vcpus": 8,
78
+ "memoryGB": 32,
79
+ "hourlyPrice": 0.268,
80
+ "monthlyPrice": 195.64,
81
+ "region": "us-central1",
82
+ "category": "general",
83
+ "architecture": "x86"
84
+ },
85
+ {
86
+ "provider": "gcp",
87
+ "name": "n2-standard-2",
88
+ "displayName": "N2 Standard 2",
89
+ "vcpus": 2,
90
+ "memoryGB": 8,
91
+ "hourlyPrice": 0.0971,
92
+ "monthlyPrice": 70.88,
93
+ "region": "us-central1",
94
+ "category": "general",
95
+ "architecture": "x86",
96
+ "notes": "Intel Cascade Lake, higher performance than E2"
97
+ },
98
+ {
99
+ "provider": "gcp",
100
+ "name": "n2-standard-4",
101
+ "displayName": "N2 Standard 4",
102
+ "vcpus": 4,
103
+ "memoryGB": 16,
104
+ "hourlyPrice": 0.1942,
105
+ "monthlyPrice": 141.77,
106
+ "region": "us-central1",
107
+ "category": "general",
108
+ "architecture": "x86"
109
+ },
110
+ {
111
+ "provider": "gcp",
112
+ "name": "n2-standard-8",
113
+ "displayName": "N2 Standard 8",
114
+ "vcpus": 8,
115
+ "memoryGB": 32,
116
+ "hourlyPrice": 0.3885,
117
+ "monthlyPrice": 283.61,
118
+ "region": "us-central1",
119
+ "category": "general",
120
+ "architecture": "x86"
121
+ },
122
+ {
123
+ "provider": "gcp",
124
+ "name": "t2a-standard-2",
125
+ "displayName": "T2A Standard 2 (ARM - Tau)",
126
+ "vcpus": 2,
127
+ "memoryGB": 8,
128
+ "hourlyPrice": 0.077,
129
+ "monthlyPrice": 56.21,
130
+ "region": "us-central1",
131
+ "category": "general",
132
+ "architecture": "arm",
133
+ "notes": "Ampere Altra ARM-based Tau VM"
134
+ },
135
+ {
136
+ "provider": "gcp",
137
+ "name": "t2a-standard-4",
138
+ "displayName": "T2A Standard 4 (ARM - Tau)",
139
+ "vcpus": 4,
140
+ "memoryGB": 16,
141
+ "hourlyPrice": 0.154,
142
+ "monthlyPrice": 112.42,
143
+ "region": "us-central1",
144
+ "category": "general",
145
+ "architecture": "arm"
146
+ },
147
+ {
148
+ "provider": "gcp",
149
+ "name": "c2-standard-4",
150
+ "displayName": "C2 Standard 4 (Compute Optimized)",
151
+ "vcpus": 4,
152
+ "memoryGB": 16,
153
+ "hourlyPrice": 0.2088,
154
+ "monthlyPrice": 152.42,
155
+ "region": "us-central1",
156
+ "category": "compute",
157
+ "architecture": "x86"
158
+ },
159
+ {
160
+ "provider": "gcp",
161
+ "name": "c2-standard-8",
162
+ "displayName": "C2 Standard 8 (Compute Optimized)",
163
+ "vcpus": 8,
164
+ "memoryGB": 32,
165
+ "hourlyPrice": 0.4176,
166
+ "monthlyPrice": 304.85,
167
+ "region": "us-central1",
168
+ "category": "compute",
169
+ "architecture": "x86"
170
+ },
171
+ {
172
+ "provider": "gcp",
173
+ "name": "n2-highmem-2",
174
+ "displayName": "N2 High-Mem 2 (Memory Optimized)",
175
+ "vcpus": 2,
176
+ "memoryGB": 16,
177
+ "hourlyPrice": 0.131,
178
+ "monthlyPrice": 95.63,
179
+ "region": "us-central1",
180
+ "category": "memory",
181
+ "architecture": "x86"
182
+ },
183
+ {
184
+ "provider": "gcp",
185
+ "name": "n2-highmem-4",
186
+ "displayName": "N2 High-Mem 4 (Memory Optimized)",
187
+ "vcpus": 4,
188
+ "memoryGB": 32,
189
+ "hourlyPrice": 0.262,
190
+ "monthlyPrice": 191.26,
191
+ "region": "us-central1",
192
+ "category": "memory",
193
+ "architecture": "x86"
194
+ },
195
+ {
196
+ "provider": "gcp",
197
+ "name": "n2-highmem-8",
198
+ "displayName": "N2 High-Mem 8 (Memory Optimized)",
199
+ "vcpus": 8,
200
+ "memoryGB": 64,
201
+ "hourlyPrice": 0.524,
202
+ "monthlyPrice": 382.52,
203
+ "region": "us-central1",
204
+ "category": "memory",
205
+ "architecture": "x86"
206
+ },
207
+ {
208
+ "provider": "gcp",
209
+ "name": "a2-highgpu-1g",
210
+ "displayName": "A2 High-GPU 1 (A100)",
211
+ "vcpus": 12,
212
+ "memoryGB": 85,
213
+ "hourlyPrice": 3.673,
214
+ "monthlyPrice": 2681.29,
215
+ "region": "us-central1",
216
+ "category": "gpu",
217
+ "architecture": "x86",
218
+ "gpuCount": 1,
219
+ "gpuType": "NVIDIA A100 40GB"
220
+ },
221
+ {
222
+ "provider": "gcp",
223
+ "name": "n1-standard-4-t4",
224
+ "displayName": "N1 Standard 4 + T4 GPU",
225
+ "vcpus": 4,
226
+ "memoryGB": 15,
227
+ "hourlyPrice": 0.54,
228
+ "monthlyPrice": 394.20,
229
+ "region": "us-central1",
230
+ "category": "gpu",
231
+ "architecture": "x86",
232
+ "gpuCount": 1,
233
+ "gpuType": "NVIDIA T4",
234
+ "notes": "N1 + 1x T4 attached"
235
+ }
236
+ ],
237
+ "storage": [
238
+ {
239
+ "provider": "gcp",
240
+ "name": "Cloud Storage Standard",
241
+ "type": "object",
242
+ "tier": "hot",
243
+ "pricePerGBMonth": 0.020,
244
+ "region": "us-central1",
245
+ "redundancy": "Multi-region",
246
+ "notes": "US multi-region"
247
+ },
248
+ {
249
+ "provider": "gcp",
250
+ "name": "Cloud Storage Standard (Regional)",
251
+ "type": "object",
252
+ "tier": "hot",
253
+ "pricePerGBMonth": 0.020,
254
+ "region": "us-central1",
255
+ "redundancy": "Regional"
256
+ },
257
+ {
258
+ "provider": "gcp",
259
+ "name": "Cloud Storage Nearline",
260
+ "type": "object",
261
+ "tier": "cool",
262
+ "pricePerGBMonth": 0.010,
263
+ "region": "us-central1",
264
+ "notes": "30-day minimum"
265
+ },
266
+ {
267
+ "provider": "gcp",
268
+ "name": "Cloud Storage Coldline",
269
+ "type": "object",
270
+ "tier": "cold",
271
+ "pricePerGBMonth": 0.004,
272
+ "region": "us-central1",
273
+ "notes": "90-day minimum"
274
+ },
275
+ {
276
+ "provider": "gcp",
277
+ "name": "Cloud Storage Archive",
278
+ "type": "archive",
279
+ "tier": "archive",
280
+ "pricePerGBMonth": 0.0012,
281
+ "region": "us-central1",
282
+ "notes": "365-day minimum"
283
+ },
284
+ {
285
+ "provider": "gcp",
286
+ "name": "Persistent Disk SSD",
287
+ "type": "block",
288
+ "tier": "hot",
289
+ "pricePerGBMonth": 0.17,
290
+ "region": "us-central1",
291
+ "notes": "Zonal SSD"
292
+ },
293
+ {
294
+ "provider": "gcp",
295
+ "name": "Persistent Disk Balanced",
296
+ "type": "block",
297
+ "tier": "hot",
298
+ "pricePerGBMonth": 0.10,
299
+ "region": "us-central1",
300
+ "notes": "Balanced performance/cost"
301
+ },
302
+ {
303
+ "provider": "gcp",
304
+ "name": "Filestore Basic HDD",
305
+ "type": "file",
306
+ "tier": "cool",
307
+ "pricePerGBMonth": 0.20,
308
+ "region": "us-central1",
309
+ "notes": "1TB minimum"
310
+ }
311
+ ],
312
+ "egress": {
313
+ "provider": "gcp",
314
+ "freeGBPerMonth": 200,
315
+ "tiers": [
316
+ { "upToGB": 1024, "pricePerGB": 0.12 },
317
+ { "upToGB": 10240, "pricePerGB": 0.11 },
318
+ { "upToGB": -1, "pricePerGB": 0.08 }
319
+ ],
320
+ "notes": "200GB/month free (as of March 2024). Premium tier pricing shown."
321
+ },
322
+ "kubernetes": {
323
+ "provider": "gcp",
324
+ "name": "GKE",
325
+ "controlPlaneHourly": 0.10,
326
+ "controlPlaneMonthly": 73.00,
327
+ "workerNodeIncluded": false,
328
+ "notes": "$0.10/hr per cluster. One zonal cluster free per account. Autopilot: pay per pod."
329
+ },
330
+ "database": [
331
+ {
332
+ "provider": "gcp",
333
+ "name": "Cloud SQL PostgreSQL db-f1-micro",
334
+ "type": "relational",
335
+ "engine": "PostgreSQL",
336
+ "vcpus": 0.6,
337
+ "memoryGB": 0.6,
338
+ "hourlyPrice": 0.0105,
339
+ "monthlyPrice": 7.67,
340
+ "notes": "Shared-core, dev/test"
341
+ },
342
+ {
343
+ "provider": "gcp",
344
+ "name": "Cloud SQL PostgreSQL db-custom-2-8192",
345
+ "type": "relational",
346
+ "engine": "PostgreSQL",
347
+ "vcpus": 2,
348
+ "memoryGB": 8,
349
+ "hourlyPrice": 0.0950,
350
+ "monthlyPrice": 69.35,
351
+ "notes": "Custom machine type"
352
+ },
353
+ {
354
+ "provider": "gcp",
355
+ "name": "Cloud SQL MySQL db-custom-4-16384",
356
+ "type": "relational",
357
+ "engine": "MySQL",
358
+ "vcpus": 4,
359
+ "memoryGB": 16,
360
+ "hourlyPrice": 0.19,
361
+ "monthlyPrice": 138.70,
362
+ "notes": "Custom machine type"
363
+ },
364
+ {
365
+ "provider": "gcp",
366
+ "name": "Cloud Spanner",
367
+ "type": "relational",
368
+ "engine": "Spanner",
369
+ "hourlyPrice": 0.9,
370
+ "monthlyPrice": 657.00,
371
+ "notes": "Per node-hour, globally distributed"
372
+ },
373
+ {
374
+ "provider": "gcp",
375
+ "name": "Firestore",
376
+ "type": "nosql",
377
+ "engine": "Document",
378
+ "hourlyPrice": 0.0,
379
+ "monthlyPrice": 0.0,
380
+ "notes": "$0.18/100K doc reads, $0.18/GB stored"
381
+ }
382
+ ]
383
+ }
@@ -0,0 +1,290 @@
1
+ {
2
+ "metadata": {
3
+ "provider": "oci",
4
+ "lastUpdated": "2026-01-18T00:00:00Z",
5
+ "source": "Oracle Cloud Price List API",
6
+ "version": "1.0.0",
7
+ "totalProducts": 40,
8
+ "currency": "USD",
9
+ "notes": "Uniform global pricing across all commercial regions. 10TB/month free egress. Always Free tier available."
10
+ },
11
+ "compute": [
12
+ {
13
+ "provider": "oci",
14
+ "name": "VM.Standard.E5.Flex",
15
+ "displayName": "E5 Flex (AMD EPYC)",
16
+ "vcpus": 1,
17
+ "memoryGB": 1,
18
+ "hourlyPrice": 0.015,
19
+ "monthlyPrice": 10.95,
20
+ "region": "all",
21
+ "category": "general",
22
+ "architecture": "x86",
23
+ "notes": "Flexible shape: $0.015/OCPU/hr + $0.0015/GB/hr. Price shown is per OCPU+GB."
24
+ },
25
+ {
26
+ "provider": "oci",
27
+ "name": "VM.Standard.E5.Flex-2-8",
28
+ "displayName": "E5 Flex 2 OCPU / 8 GB",
29
+ "vcpus": 2,
30
+ "memoryGB": 8,
31
+ "hourlyPrice": 0.042,
32
+ "monthlyPrice": 30.66,
33
+ "region": "all",
34
+ "category": "general",
35
+ "architecture": "x86"
36
+ },
37
+ {
38
+ "provider": "oci",
39
+ "name": "VM.Standard.E5.Flex-4-16",
40
+ "displayName": "E5 Flex 4 OCPU / 16 GB",
41
+ "vcpus": 4,
42
+ "memoryGB": 16,
43
+ "hourlyPrice": 0.084,
44
+ "monthlyPrice": 61.32,
45
+ "region": "all",
46
+ "category": "general",
47
+ "architecture": "x86"
48
+ },
49
+ {
50
+ "provider": "oci",
51
+ "name": "VM.Standard.E5.Flex-8-32",
52
+ "displayName": "E5 Flex 8 OCPU / 32 GB",
53
+ "vcpus": 8,
54
+ "memoryGB": 32,
55
+ "hourlyPrice": 0.168,
56
+ "monthlyPrice": 122.64,
57
+ "region": "all",
58
+ "category": "general",
59
+ "architecture": "x86"
60
+ },
61
+ {
62
+ "provider": "oci",
63
+ "name": "VM.Standard.A1.Flex",
64
+ "displayName": "A1 Flex (Ampere ARM)",
65
+ "vcpus": 1,
66
+ "memoryGB": 6,
67
+ "hourlyPrice": 0.01,
68
+ "monthlyPrice": 7.30,
69
+ "region": "all",
70
+ "category": "general",
71
+ "architecture": "arm",
72
+ "notes": "Ampere Altra ARM, $0.01/OCPU/hr + free 1GB/OCPU. 4 OCPUs Always Free!"
73
+ },
74
+ {
75
+ "provider": "oci",
76
+ "name": "VM.Standard.A1.Flex-2-12",
77
+ "displayName": "A1 Flex 2 OCPU / 12 GB",
78
+ "vcpus": 2,
79
+ "memoryGB": 12,
80
+ "hourlyPrice": 0.02,
81
+ "monthlyPrice": 14.60,
82
+ "region": "all",
83
+ "category": "general",
84
+ "architecture": "arm"
85
+ },
86
+ {
87
+ "provider": "oci",
88
+ "name": "VM.Standard.A1.Flex-4-24",
89
+ "displayName": "A1 Flex 4 OCPU / 24 GB",
90
+ "vcpus": 4,
91
+ "memoryGB": 24,
92
+ "hourlyPrice": 0.04,
93
+ "monthlyPrice": 29.20,
94
+ "region": "all",
95
+ "category": "general",
96
+ "architecture": "arm",
97
+ "notes": "This config is Always Free!"
98
+ },
99
+ {
100
+ "provider": "oci",
101
+ "name": "VM.Standard.E4.Flex-2-8",
102
+ "displayName": "E4 Flex 2 OCPU / 8 GB",
103
+ "vcpus": 2,
104
+ "memoryGB": 8,
105
+ "hourlyPrice": 0.05,
106
+ "monthlyPrice": 36.50,
107
+ "region": "all",
108
+ "category": "general",
109
+ "architecture": "x86",
110
+ "notes": "Previous gen, still available"
111
+ },
112
+ {
113
+ "provider": "oci",
114
+ "name": "VM.Standard3.Flex-4-16",
115
+ "displayName": "Standard3 Flex 4 OCPU / 16 GB",
116
+ "vcpus": 4,
117
+ "memoryGB": 16,
118
+ "hourlyPrice": 0.108,
119
+ "monthlyPrice": 78.84,
120
+ "region": "all",
121
+ "category": "general",
122
+ "architecture": "x86",
123
+ "notes": "Intel Ice Lake"
124
+ },
125
+ {
126
+ "provider": "oci",
127
+ "name": "VM.Optimized3.Flex-4-32",
128
+ "displayName": "Optimized3 Flex 4 OCPU / 32 GB",
129
+ "vcpus": 4,
130
+ "memoryGB": 32,
131
+ "hourlyPrice": 0.10,
132
+ "monthlyPrice": 73.00,
133
+ "region": "all",
134
+ "category": "compute",
135
+ "architecture": "x86",
136
+ "notes": "High-frequency Intel, optimized for compute"
137
+ },
138
+ {
139
+ "provider": "oci",
140
+ "name": "VM.GPU.A10.1",
141
+ "displayName": "GPU A10 (1x NVIDIA A10)",
142
+ "vcpus": 15,
143
+ "memoryGB": 240,
144
+ "hourlyPrice": 1.65,
145
+ "monthlyPrice": 1204.50,
146
+ "region": "all",
147
+ "category": "gpu",
148
+ "architecture": "x86",
149
+ "gpuCount": 1,
150
+ "gpuType": "NVIDIA A10"
151
+ },
152
+ {
153
+ "provider": "oci",
154
+ "name": "BM.GPU.A100-v2.8",
155
+ "displayName": "GPU A100 Bare Metal (8x A100)",
156
+ "vcpus": 128,
157
+ "memoryGB": 2048,
158
+ "hourlyPrice": 20.00,
159
+ "monthlyPrice": 14600.00,
160
+ "region": "all",
161
+ "category": "gpu",
162
+ "architecture": "x86",
163
+ "gpuCount": 8,
164
+ "gpuType": "NVIDIA A100 80GB"
165
+ }
166
+ ],
167
+ "storage": [
168
+ {
169
+ "provider": "oci",
170
+ "name": "Object Storage Standard",
171
+ "type": "object",
172
+ "tier": "hot",
173
+ "pricePerGBMonth": 0.0255,
174
+ "region": "all",
175
+ "notes": "First 10GB free, no egress charges within OCI"
176
+ },
177
+ {
178
+ "provider": "oci",
179
+ "name": "Object Storage Infrequent Access",
180
+ "type": "object",
181
+ "tier": "cool",
182
+ "pricePerGBMonth": 0.01,
183
+ "region": "all",
184
+ "notes": "31-day minimum"
185
+ },
186
+ {
187
+ "provider": "oci",
188
+ "name": "Object Storage Archive",
189
+ "type": "archive",
190
+ "tier": "archive",
191
+ "pricePerGBMonth": 0.00255,
192
+ "region": "all",
193
+ "notes": "90-day minimum, 4-hour retrieval"
194
+ },
195
+ {
196
+ "provider": "oci",
197
+ "name": "Block Volume Balanced",
198
+ "type": "block",
199
+ "tier": "hot",
200
+ "pricePerGBMonth": 0.0255,
201
+ "region": "all",
202
+ "notes": "10-25K IOPS, balanced performance"
203
+ },
204
+ {
205
+ "provider": "oci",
206
+ "name": "Block Volume Higher Performance",
207
+ "type": "block",
208
+ "tier": "hot",
209
+ "pricePerGBMonth": 0.0340,
210
+ "region": "all",
211
+ "notes": "25-35K IOPS, higher performance"
212
+ },
213
+ {
214
+ "provider": "oci",
215
+ "name": "Block Volume Ultra High Performance",
216
+ "type": "block",
217
+ "tier": "hot",
218
+ "pricePerGBMonth": 0.0510,
219
+ "region": "all",
220
+ "notes": "Up to 225K IOPS"
221
+ },
222
+ {
223
+ "provider": "oci",
224
+ "name": "File Storage",
225
+ "type": "file",
226
+ "tier": "hot",
227
+ "pricePerGBMonth": 0.30,
228
+ "region": "all",
229
+ "notes": "NFS, no minimum"
230
+ }
231
+ ],
232
+ "egress": {
233
+ "provider": "oci",
234
+ "freeGBPerMonth": 10240,
235
+ "tiers": [
236
+ { "upToGB": -1, "pricePerGB": 0.0085 }
237
+ ],
238
+ "notes": "10TB/month FREE egress (100x more than AWS/Azure/GCP). After free tier: $0.0085/GB flat."
239
+ },
240
+ "kubernetes": {
241
+ "provider": "oci",
242
+ "name": "OKE",
243
+ "controlPlaneHourly": 0.0,
244
+ "controlPlaneMonthly": 0.0,
245
+ "workerNodeIncluded": false,
246
+ "notes": "FREE control plane! Enhanced cluster: $0.10/hr. Only pay for worker node compute."
247
+ },
248
+ "database": [
249
+ {
250
+ "provider": "oci",
251
+ "name": "Autonomous Database Serverless (ATP)",
252
+ "type": "serverless",
253
+ "engine": "Oracle",
254
+ "hourlyPrice": 0.0,
255
+ "monthlyPrice": 0.0,
256
+ "notes": "$1.6534/ECPU/hr + $25/TB storage. 20GB Always Free."
257
+ },
258
+ {
259
+ "provider": "oci",
260
+ "name": "MySQL HeatWave",
261
+ "type": "relational",
262
+ "engine": "MySQL",
263
+ "vcpus": 1,
264
+ "memoryGB": 8,
265
+ "hourlyPrice": 0.0336,
266
+ "monthlyPrice": 24.53,
267
+ "notes": "Per OCPU, HeatWave acceleration available"
268
+ },
269
+ {
270
+ "provider": "oci",
271
+ "name": "PostgreSQL 2 OCPU",
272
+ "type": "relational",
273
+ "engine": "PostgreSQL",
274
+ "vcpus": 2,
275
+ "memoryGB": 32,
276
+ "hourlyPrice": 0.1246,
277
+ "monthlyPrice": 90.96,
278
+ "notes": "Fully managed PostgreSQL"
279
+ },
280
+ {
281
+ "provider": "oci",
282
+ "name": "NoSQL Database",
283
+ "type": "nosql",
284
+ "engine": "NoSQL",
285
+ "hourlyPrice": 0.0,
286
+ "monthlyPrice": 0.0,
287
+ "notes": "Pay per read/write units. 25GB Always Free."
288
+ }
289
+ ]
290
+ }