MJay
[Costless] - Revised one with transcript - p 11~15 본문
11 page
When it comes to AWS Greengrass pricing, it charges a small per-device fee which is about from 0.16$ to 0.22$.
It doesn’t matter how many functions are executed.
12 page
So when considering the price of of serverless application workflow. we have to consider 3 factors
-
A number of transitions.
-
Edge vs Cloud computations
-
memory allocated to each cloud function.
13 page
We can look into details of factors that affect the price. As we mentioned before, the number of state transitions dominates the price of the entire workflow. If we fuse multiple functions to form one bigger functions, we can reduce the number of state transitions to lower the price.
14 page
If we fuse the top two functions. we can reduce one transition cost.
But It’s not always good to fuse functions because they have different memory configurations. the combined function will require using at least 512MB fused function.
15 page
In this way, the cost becomes higher than the previous one.
'Research' 카테고리의 다른 글
[Costless] - PPT 30 장으로 줄이기 - 13 pages (0) | 2019.10.15 |
---|---|
2019-10-14 Jashwant 형과의 얘기 (0) | 2019.10.15 |
[Costless] - Revised one with transcript - p 6~10 (0) | 2019.10.14 |
[Costless] - Revised one with transcript - p 1~5 (0) | 2019.10.14 |
[Costless] - PPT 계획 (0) | 2019.10.14 |