Lambda pricing for Starting and Stopping Ec2 instances

0

Hi Team,

Please let me know how to calculate the lambda pricing for starting and stopping EC2 instances.

Regards, Rajesh B

已提問 1 年前檢視次數 337 次
3 個答案
0

Lambda has 2 cost dimensions: Number of invocations and GB-s. I assume you will invoke the function once to launch the EC2 instance and once to stop it. This means 2 invocations. For GB-s you should probably use a function with a small amount of memory. The function will run for a short period as the Start instance and Stop instance are asynchronous. If you want to wait until the instance is actually running or stopped, you will need to run a loop to check the status. In that case, I would recommend to use Step Functions instead of a Lambda function.

profile pictureAWS
專家
Uri
已回答 1 年前
0

Dear Rajesh,

Try using AWS pricing calculator . I don't think it will cost that much if you are going execute lambda 4-6 times a day.

  1. https://calculator.aws/#/addService ,2. https://s3.amazonaws.com/lambda-tools/pricing-calculator.html

Best Regards, Vikas

profile picture
Vikas
已回答 1 年前
0
profile pictureAWS
專家
kentrad
已回答 1 年前
profile picture
專家
已審閱 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南