|
|
|
|
|
by bigodanktime
1802 days ago
|
|
This seems to be a solution that comes at the cost of the consumer which is fine if they want to pay for it, and seems to be an option provided for more latency sensitive applications. Obviously, one could eliminate the cold start issue in general by just constantly paying for a running EC2 instance. But cold start is still an issue for the provider as cold start is a cost to them, even reducing cold start of internal runtimes would be a massive benefit (For example pre-warmed JITs). Better cold start times means better bin packing for their services, and overall less cost to everyone. |
|