3 Answers
- Newest
- Most votes
- Most comments
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.
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.
- https://calculator.aws/#/addService ,2. https://s3.amazonaws.com/lambda-tools/pricing-calculator.html
Best Regards, Vikas
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 4 months ago
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago