File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -351,29 +351,23 @@ There are three components to the cost:
351
351
352
352
1 . EventBridge scheduler: $0.00864
353
353
354
- ```
355
-
356
- Requests cost — 8,640 invocations per month x $1/million = $0.00864
357
-
358
- ```
354
+ ```
355
+ Requests cost — 8,640 invocations per month x $1/million = $0.00864
356
+ ```
359
357
360
358
1 . Warmer function: $0.145728288
361
359
362
- ```
363
-
364
- Requests cost — 8,640 invocations per month x $0.2/million = $0.001728
365
- Duration cost — 8,640 invocations per month x 1GB memory x 1s duration x $0.0000166667/GB-second = $0.144000288
366
-
367
- ```
360
+ ```
361
+ Requests cost — 8,640 invocations per month x $0.2/million = $0.001728
362
+ Duration cost — 8,640 invocations per month x 1GB memory x 1s duration x $0.0000166667/GB-second = $0.144000288
363
+ ```
368
364
369
365
1 . Server function: $0.0161280288 per warmed instance
370
366
371
- ```
372
-
373
- Requests cost — 8,640 invocations per month x $0.2/million = $0.001728
374
- Duration cost — 8,640 invocations per month x 1GB memory x 100ms duration x $0.0000166667/GB-second = $0.0144000288
375
-
376
- ```
367
+ ```
368
+ Requests cost — 8,640 invocations per month x $0.2/million = $0.001728
369
+ Duration cost — 8,640 invocations per month x 1GB memory x 100ms duration x $0.0000166667/GB-second = $0.0144000288
370
+ ```
377
371
378
372
For example, keeping 50 instances of the server function warm will cost approximately ** $0.96 per month**
379
373
You can’t perform that action at this time.
0 commit comments