AWS Lambda pricing now per ms
11–20 of 291 posts
Re: AWS Lambda pricing now per ms
#12I've learned that AWS pricing tends to improve over time, and I appreciate it. I just recently switched from a startup offering authorization to AWS Cognito because the startup kept raising their price(s). It's nice to see this drop, though I'm sure Amazon does it due to competition as well.
Re: AWS Lambda pricing now per ms
#13Anyone know why there's a hard limit of 15 minutes for Lambda (and 9 minutes for Google Cloud Functions)? Still seems really weird to me.
No function runs forever.
Also if you want to reboot/repurpose the server, 15 minutes is max wait time.
And finally, you don't want people running long jobs here when you have a solution there.
Re: AWS Lambda pricing now per ms
#14I've learned that AWS pricing tends to improve over time, and I appreciate it. I just recently switched from a startup offering authorization to AWS Cognito because the startup kept raising their price(s). It's nice to see this drop, though I'm sure Amazon does it due to competition as well.
Re: AWS Lambda pricing now per ms
#15I am impressed that computation is billed by the ms nowadays. I'm an ignorant in AWS Lambda but how do you know if their ms measurement is accurate? Is there any way to verify this?
Re: AWS Lambda pricing now per ms
#16Anyone know why there's a hard limit of 15 minutes for Lambda (and 9 minutes for Google Cloud Functions)? Still seems really weird to me.
Re: AWS Lambda pricing now per ms
#17Earlier quoted context omitted.
> So this is a pretty good advancement for cost savings. For some people. Those cost savings are made up somewhere else. Ultimately, Amazon is not a loss leader.
Why only for some people? It always rounded up to 100ms. If your function took 101ms, it was billed as 200ms.
It matters close to 0.
Re: AWS Lambda pricing now per ms
#18Re: AWS Lambda pricing now per ms
#19Anyone know why there's a hard limit of 15 minutes for Lambda (and 9 minutes for Google Cloud Functions)? Still seems really weird to me.
Maybe you could let users indicate the operation will take a long time... but if the user knows the operation is long running in advance, why not just guide them to a more suitable system?
Re: AWS Lambda pricing now per ms
#20I am impressed that computation is billed by the ms nowadays. I'm an ignorant in AWS Lambda but how do you know if their ms measurement is accurate? Is there any way to verify this?
It's still measured by wall clock time - not CPU time. I'd love to see them bill for actual CPU time.