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.
- package/LICENSE +190 -0
- package/NOTICE +15 -0
- package/README.md +232 -0
- package/dist/data/bundled/aws-pricing.json +379 -0
- package/dist/data/bundled/azure-pricing.json +367 -0
- package/dist/data/bundled/gcp-pricing.json +383 -0
- package/dist/data/bundled/oci-pricing.json +290 -0
- package/dist/data/cache.d.ts +53 -0
- package/dist/data/cache.d.ts.map +1 -0
- package/dist/data/cache.js +95 -0
- package/dist/data/cache.js.map +1 -0
- package/dist/data/fetchers/aws.d.ts +65 -0
- package/dist/data/fetchers/aws.d.ts.map +1 -0
- package/dist/data/fetchers/aws.js +298 -0
- package/dist/data/fetchers/aws.js.map +1 -0
- package/dist/data/fetchers/azure.d.ts +83 -0
- package/dist/data/fetchers/azure.d.ts.map +1 -0
- package/dist/data/fetchers/azure.js +369 -0
- package/dist/data/fetchers/azure.js.map +1 -0
- package/dist/data/fetchers/gcp.d.ts +44 -0
- package/dist/data/fetchers/gcp.d.ts.map +1 -0
- package/dist/data/fetchers/gcp.js +182 -0
- package/dist/data/fetchers/gcp.js.map +1 -0
- package/dist/data/fetchers/oci.d.ts +65 -0
- package/dist/data/fetchers/oci.d.ts.map +1 -0
- package/dist/data/fetchers/oci.js +130 -0
- package/dist/data/fetchers/oci.js.map +1 -0
- package/dist/data/loader.d.ts +56 -0
- package/dist/data/loader.d.ts.map +1 -0
- package/dist/data/loader.js +149 -0
- package/dist/data/loader.js.map +1 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +715 -0
- package/dist/index.js.map +1 -0
- package/dist/tools/calculator.d.ts +36 -0
- package/dist/tools/calculator.d.ts.map +1 -0
- package/dist/tools/calculator.js +271 -0
- package/dist/tools/calculator.js.map +1 -0
- package/dist/tools/compare.d.ts +64 -0
- package/dist/tools/compare.d.ts.map +1 -0
- package/dist/tools/compare.js +243 -0
- package/dist/tools/compare.js.map +1 -0
- package/dist/types.d.ts +171 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +6 -0
- package/dist/types.js.map +1 -0
- package/package.json +57 -0
|
@@ -0,0 +1,379 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metadata": {
|
|
3
|
+
"provider": "aws",
|
|
4
|
+
"lastUpdated": "2026-01-18T00:00:00Z",
|
|
5
|
+
"source": "AWS Pricing (us-east-1)",
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"totalProducts": 50,
|
|
8
|
+
"currency": "USD",
|
|
9
|
+
"notes": "Prices are for on-demand instances in us-east-1. Reserved instances available at 30-60% discount."
|
|
10
|
+
},
|
|
11
|
+
"compute": [
|
|
12
|
+
{
|
|
13
|
+
"provider": "aws",
|
|
14
|
+
"name": "t3.micro",
|
|
15
|
+
"displayName": "T3 Micro (Burstable)",
|
|
16
|
+
"vcpus": 2,
|
|
17
|
+
"memoryGB": 1,
|
|
18
|
+
"hourlyPrice": 0.0104,
|
|
19
|
+
"monthlyPrice": 7.59,
|
|
20
|
+
"region": "us-east-1",
|
|
21
|
+
"category": "general",
|
|
22
|
+
"architecture": "x86",
|
|
23
|
+
"notes": "Burstable performance, ideal for low-traffic websites"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"provider": "aws",
|
|
27
|
+
"name": "t3.small",
|
|
28
|
+
"displayName": "T3 Small (Burstable)",
|
|
29
|
+
"vcpus": 2,
|
|
30
|
+
"memoryGB": 2,
|
|
31
|
+
"hourlyPrice": 0.0208,
|
|
32
|
+
"monthlyPrice": 15.18,
|
|
33
|
+
"region": "us-east-1",
|
|
34
|
+
"category": "general",
|
|
35
|
+
"architecture": "x86"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"provider": "aws",
|
|
39
|
+
"name": "t3.medium",
|
|
40
|
+
"displayName": "T3 Medium (Burstable)",
|
|
41
|
+
"vcpus": 2,
|
|
42
|
+
"memoryGB": 4,
|
|
43
|
+
"hourlyPrice": 0.0416,
|
|
44
|
+
"monthlyPrice": 30.37,
|
|
45
|
+
"region": "us-east-1",
|
|
46
|
+
"category": "general",
|
|
47
|
+
"architecture": "x86"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"provider": "aws",
|
|
51
|
+
"name": "t3.large",
|
|
52
|
+
"displayName": "T3 Large (Burstable)",
|
|
53
|
+
"vcpus": 2,
|
|
54
|
+
"memoryGB": 8,
|
|
55
|
+
"hourlyPrice": 0.0832,
|
|
56
|
+
"monthlyPrice": 60.74,
|
|
57
|
+
"region": "us-east-1",
|
|
58
|
+
"category": "general",
|
|
59
|
+
"architecture": "x86"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"provider": "aws",
|
|
63
|
+
"name": "t3.xlarge",
|
|
64
|
+
"displayName": "T3 XLarge (Burstable)",
|
|
65
|
+
"vcpus": 4,
|
|
66
|
+
"memoryGB": 16,
|
|
67
|
+
"hourlyPrice": 0.1664,
|
|
68
|
+
"monthlyPrice": 121.47,
|
|
69
|
+
"region": "us-east-1",
|
|
70
|
+
"category": "general",
|
|
71
|
+
"architecture": "x86"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"provider": "aws",
|
|
75
|
+
"name": "m6i.large",
|
|
76
|
+
"displayName": "M6i Large (General Purpose)",
|
|
77
|
+
"vcpus": 2,
|
|
78
|
+
"memoryGB": 8,
|
|
79
|
+
"hourlyPrice": 0.096,
|
|
80
|
+
"monthlyPrice": 70.08,
|
|
81
|
+
"region": "us-east-1",
|
|
82
|
+
"category": "general",
|
|
83
|
+
"architecture": "x86"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"provider": "aws",
|
|
87
|
+
"name": "m6i.xlarge",
|
|
88
|
+
"displayName": "M6i XLarge (General Purpose)",
|
|
89
|
+
"vcpus": 4,
|
|
90
|
+
"memoryGB": 16,
|
|
91
|
+
"hourlyPrice": 0.192,
|
|
92
|
+
"monthlyPrice": 140.16,
|
|
93
|
+
"region": "us-east-1",
|
|
94
|
+
"category": "general",
|
|
95
|
+
"architecture": "x86"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"provider": "aws",
|
|
99
|
+
"name": "m6i.2xlarge",
|
|
100
|
+
"displayName": "M6i 2XLarge (General Purpose)",
|
|
101
|
+
"vcpus": 8,
|
|
102
|
+
"memoryGB": 32,
|
|
103
|
+
"hourlyPrice": 0.384,
|
|
104
|
+
"monthlyPrice": 280.32,
|
|
105
|
+
"region": "us-east-1",
|
|
106
|
+
"category": "general",
|
|
107
|
+
"architecture": "x86"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"provider": "aws",
|
|
111
|
+
"name": "m6g.large",
|
|
112
|
+
"displayName": "M6g Large (Graviton ARM)",
|
|
113
|
+
"vcpus": 2,
|
|
114
|
+
"memoryGB": 8,
|
|
115
|
+
"hourlyPrice": 0.077,
|
|
116
|
+
"monthlyPrice": 56.21,
|
|
117
|
+
"region": "us-east-1",
|
|
118
|
+
"category": "general",
|
|
119
|
+
"architecture": "arm",
|
|
120
|
+
"notes": "AWS Graviton2 ARM-based, 20% lower cost than x86"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"provider": "aws",
|
|
124
|
+
"name": "m6g.xlarge",
|
|
125
|
+
"displayName": "M6g XLarge (Graviton ARM)",
|
|
126
|
+
"vcpus": 4,
|
|
127
|
+
"memoryGB": 16,
|
|
128
|
+
"hourlyPrice": 0.154,
|
|
129
|
+
"monthlyPrice": 112.42,
|
|
130
|
+
"region": "us-east-1",
|
|
131
|
+
"category": "general",
|
|
132
|
+
"architecture": "arm"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"provider": "aws",
|
|
136
|
+
"name": "m6g.2xlarge",
|
|
137
|
+
"displayName": "M6g 2XLarge (Graviton ARM)",
|
|
138
|
+
"vcpus": 8,
|
|
139
|
+
"memoryGB": 32,
|
|
140
|
+
"hourlyPrice": 0.308,
|
|
141
|
+
"monthlyPrice": 224.84,
|
|
142
|
+
"region": "us-east-1",
|
|
143
|
+
"category": "general",
|
|
144
|
+
"architecture": "arm"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"provider": "aws",
|
|
148
|
+
"name": "c6i.large",
|
|
149
|
+
"displayName": "C6i Large (Compute Optimized)",
|
|
150
|
+
"vcpus": 2,
|
|
151
|
+
"memoryGB": 4,
|
|
152
|
+
"hourlyPrice": 0.085,
|
|
153
|
+
"monthlyPrice": 62.05,
|
|
154
|
+
"region": "us-east-1",
|
|
155
|
+
"category": "compute",
|
|
156
|
+
"architecture": "x86"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"provider": "aws",
|
|
160
|
+
"name": "c6i.xlarge",
|
|
161
|
+
"displayName": "C6i XLarge (Compute Optimized)",
|
|
162
|
+
"vcpus": 4,
|
|
163
|
+
"memoryGB": 8,
|
|
164
|
+
"hourlyPrice": 0.17,
|
|
165
|
+
"monthlyPrice": 124.10,
|
|
166
|
+
"region": "us-east-1",
|
|
167
|
+
"category": "compute",
|
|
168
|
+
"architecture": "x86"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"provider": "aws",
|
|
172
|
+
"name": "c6i.2xlarge",
|
|
173
|
+
"displayName": "C6i 2XLarge (Compute Optimized)",
|
|
174
|
+
"vcpus": 8,
|
|
175
|
+
"memoryGB": 16,
|
|
176
|
+
"hourlyPrice": 0.34,
|
|
177
|
+
"monthlyPrice": 248.20,
|
|
178
|
+
"region": "us-east-1",
|
|
179
|
+
"category": "compute",
|
|
180
|
+
"architecture": "x86"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"provider": "aws",
|
|
184
|
+
"name": "r6i.large",
|
|
185
|
+
"displayName": "R6i Large (Memory Optimized)",
|
|
186
|
+
"vcpus": 2,
|
|
187
|
+
"memoryGB": 16,
|
|
188
|
+
"hourlyPrice": 0.126,
|
|
189
|
+
"monthlyPrice": 91.98,
|
|
190
|
+
"region": "us-east-1",
|
|
191
|
+
"category": "memory",
|
|
192
|
+
"architecture": "x86"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"provider": "aws",
|
|
196
|
+
"name": "r6i.xlarge",
|
|
197
|
+
"displayName": "R6i XLarge (Memory Optimized)",
|
|
198
|
+
"vcpus": 4,
|
|
199
|
+
"memoryGB": 32,
|
|
200
|
+
"hourlyPrice": 0.252,
|
|
201
|
+
"monthlyPrice": 183.96,
|
|
202
|
+
"region": "us-east-1",
|
|
203
|
+
"category": "memory",
|
|
204
|
+
"architecture": "x86"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"provider": "aws",
|
|
208
|
+
"name": "r6i.2xlarge",
|
|
209
|
+
"displayName": "R6i 2XLarge (Memory Optimized)",
|
|
210
|
+
"vcpus": 8,
|
|
211
|
+
"memoryGB": 64,
|
|
212
|
+
"hourlyPrice": 0.504,
|
|
213
|
+
"monthlyPrice": 367.92,
|
|
214
|
+
"region": "us-east-1",
|
|
215
|
+
"category": "memory",
|
|
216
|
+
"architecture": "x86"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"provider": "aws",
|
|
220
|
+
"name": "p4d.24xlarge",
|
|
221
|
+
"displayName": "P4d 24XLarge (GPU - A100)",
|
|
222
|
+
"vcpus": 96,
|
|
223
|
+
"memoryGB": 1152,
|
|
224
|
+
"hourlyPrice": 32.77,
|
|
225
|
+
"monthlyPrice": 23922.10,
|
|
226
|
+
"region": "us-east-1",
|
|
227
|
+
"category": "gpu",
|
|
228
|
+
"architecture": "x86",
|
|
229
|
+
"gpuCount": 8,
|
|
230
|
+
"gpuType": "NVIDIA A100",
|
|
231
|
+
"notes": "8x NVIDIA A100 40GB GPUs"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"provider": "aws",
|
|
235
|
+
"name": "g5.xlarge",
|
|
236
|
+
"displayName": "G5 XLarge (GPU - A10G)",
|
|
237
|
+
"vcpus": 4,
|
|
238
|
+
"memoryGB": 16,
|
|
239
|
+
"hourlyPrice": 1.006,
|
|
240
|
+
"monthlyPrice": 734.38,
|
|
241
|
+
"region": "us-east-1",
|
|
242
|
+
"category": "gpu",
|
|
243
|
+
"architecture": "x86",
|
|
244
|
+
"gpuCount": 1,
|
|
245
|
+
"gpuType": "NVIDIA A10G"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"storage": [
|
|
249
|
+
{
|
|
250
|
+
"provider": "aws",
|
|
251
|
+
"name": "S3 Standard",
|
|
252
|
+
"type": "object",
|
|
253
|
+
"tier": "hot",
|
|
254
|
+
"pricePerGBMonth": 0.023,
|
|
255
|
+
"region": "us-east-1",
|
|
256
|
+
"redundancy": "Multi-AZ",
|
|
257
|
+
"notes": "First 50TB/month"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"provider": "aws",
|
|
261
|
+
"name": "S3 Intelligent-Tiering",
|
|
262
|
+
"type": "object",
|
|
263
|
+
"tier": "hot",
|
|
264
|
+
"pricePerGBMonth": 0.023,
|
|
265
|
+
"region": "us-east-1",
|
|
266
|
+
"redundancy": "Multi-AZ",
|
|
267
|
+
"notes": "Auto-moves to cheaper tiers based on access patterns"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"provider": "aws",
|
|
271
|
+
"name": "S3 Standard-IA",
|
|
272
|
+
"type": "object",
|
|
273
|
+
"tier": "cool",
|
|
274
|
+
"pricePerGBMonth": 0.0125,
|
|
275
|
+
"region": "us-east-1",
|
|
276
|
+
"redundancy": "Multi-AZ",
|
|
277
|
+
"notes": "Infrequent Access, min 30 days"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"provider": "aws",
|
|
281
|
+
"name": "S3 Glacier Instant",
|
|
282
|
+
"type": "archive",
|
|
283
|
+
"tier": "cold",
|
|
284
|
+
"pricePerGBMonth": 0.004,
|
|
285
|
+
"region": "us-east-1",
|
|
286
|
+
"redundancy": "Multi-AZ",
|
|
287
|
+
"notes": "Millisecond retrieval"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"provider": "aws",
|
|
291
|
+
"name": "S3 Glacier Deep Archive",
|
|
292
|
+
"type": "archive",
|
|
293
|
+
"tier": "archive",
|
|
294
|
+
"pricePerGBMonth": 0.00099,
|
|
295
|
+
"region": "us-east-1",
|
|
296
|
+
"redundancy": "Multi-AZ",
|
|
297
|
+
"notes": "12+ hour retrieval, lowest cost"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"provider": "aws",
|
|
301
|
+
"name": "EBS gp3",
|
|
302
|
+
"type": "block",
|
|
303
|
+
"tier": "hot",
|
|
304
|
+
"pricePerGBMonth": 0.08,
|
|
305
|
+
"region": "us-east-1",
|
|
306
|
+
"notes": "General purpose SSD, 3000 IOPS baseline"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"provider": "aws",
|
|
310
|
+
"name": "EBS io2",
|
|
311
|
+
"type": "block",
|
|
312
|
+
"tier": "hot",
|
|
313
|
+
"pricePerGBMonth": 0.125,
|
|
314
|
+
"region": "us-east-1",
|
|
315
|
+
"notes": "Provisioned IOPS SSD, up to 64K IOPS"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"provider": "aws",
|
|
319
|
+
"name": "EFS Standard",
|
|
320
|
+
"type": "file",
|
|
321
|
+
"tier": "hot",
|
|
322
|
+
"pricePerGBMonth": 0.30,
|
|
323
|
+
"region": "us-east-1",
|
|
324
|
+
"notes": "Shared file system, elastic"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"egress": {
|
|
328
|
+
"provider": "aws",
|
|
329
|
+
"freeGBPerMonth": 100,
|
|
330
|
+
"tiers": [
|
|
331
|
+
{ "upToGB": 10240, "pricePerGB": 0.09 },
|
|
332
|
+
{ "upToGB": 51200, "pricePerGB": 0.085 },
|
|
333
|
+
{ "upToGB": 153600, "pricePerGB": 0.07 },
|
|
334
|
+
{ "upToGB": -1, "pricePerGB": 0.05 }
|
|
335
|
+
],
|
|
336
|
+
"notes": "First 100GB/month free as of Dec 2023"
|
|
337
|
+
},
|
|
338
|
+
"kubernetes": {
|
|
339
|
+
"provider": "aws",
|
|
340
|
+
"name": "EKS",
|
|
341
|
+
"controlPlaneHourly": 0.10,
|
|
342
|
+
"controlPlaneMonthly": 73.00,
|
|
343
|
+
"workerNodeIncluded": false,
|
|
344
|
+
"notes": "$0.10/hr per cluster, worker nodes billed separately as EC2"
|
|
345
|
+
},
|
|
346
|
+
"database": [
|
|
347
|
+
{
|
|
348
|
+
"provider": "aws",
|
|
349
|
+
"name": "RDS MySQL db.t3.micro",
|
|
350
|
+
"type": "relational",
|
|
351
|
+
"engine": "MySQL",
|
|
352
|
+
"vcpus": 2,
|
|
353
|
+
"memoryGB": 1,
|
|
354
|
+
"hourlyPrice": 0.017,
|
|
355
|
+
"monthlyPrice": 12.41,
|
|
356
|
+
"notes": "Single-AZ, Free Tier eligible"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"provider": "aws",
|
|
360
|
+
"name": "RDS PostgreSQL db.t3.medium",
|
|
361
|
+
"type": "relational",
|
|
362
|
+
"engine": "PostgreSQL",
|
|
363
|
+
"vcpus": 2,
|
|
364
|
+
"memoryGB": 4,
|
|
365
|
+
"hourlyPrice": 0.068,
|
|
366
|
+
"monthlyPrice": 49.64,
|
|
367
|
+
"notes": "Single-AZ"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"provider": "aws",
|
|
371
|
+
"name": "Aurora Serverless v2",
|
|
372
|
+
"type": "serverless",
|
|
373
|
+
"engine": "MySQL/PostgreSQL",
|
|
374
|
+
"hourlyPrice": 0.12,
|
|
375
|
+
"monthlyPrice": 87.60,
|
|
376
|
+
"notes": "Per ACU-hour, scales 0.5 to 128 ACUs"
|
|
377
|
+
}
|
|
378
|
+
]
|
|
379
|
+
}
|