How to optimise the cost of Lambda ?

0

How to optimise the cost of lambda. we are getting data from AMS through lamdba. currently we created 3 lambda functions from each dataset like one function for sp_traffic , one fucntion for sp_conversion and one for budget_usage.And each function is have 128 mb of memory. How can we reduce the cost of the lambda.

preguntada hace un año258 visualizaciones
2 Respuestas
1

Consider using a Compute Savings Plan.
https://aws.amazon.com/savingsplans/compute-pricing/?nc1=h_ls

"AWS Compute Optimizer" can be used to optimize Lambda performance.
If you are over-performing, you can reduce costs by checking here and setting the appropriate performance.
https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-lambda-recommendations.html

profile picture
EXPERTO
respondido hace un año
0

In some situations 128MB maybe is not the cheapest configuration.

Please try https://github.com/alexcasalboni/aws-lambda-power-tuning

To find the best configuration for your lambda.

respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas