Calculate serverless function cold start probability based on invocation rate and container lifetime. P(cold start) ≈ 1 - e^(-rate × lifetime). AWS Lambda: cold starts occur when no warm instance is available.
Calculate serverless function cold start probability based on invocation rate and container lifetime. P(cold start) ≈ 1 - e^(-rate × lifetime). AWS Lambda: cold starts occur when no warm instance is available
Each component has a specific meaning:
Note: Interpret the serverless cold start frequency result against the thresholds and context described above.
Enter the invocation rate, container lifetime for the scenario you are assessing. Calculate serverless function cold start probability based on invocation rate and container lifetime. P(cold start) ≈ 1 - e^(-rate × lifetime). AWS Lambda: cold starts occur when no warm instance is available. Use the serverless cold start frequency result to inform your calculation.