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.

demandé il y a un an258 vues
2 réponses
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
EXPERT
répondu il y a un an
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.

répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions