Skip to content

AWS Serverless Cost Calculator

View on Twitter

💡 I often see devs ask: "How much will it cost to host my application?"

The answer depends on many factors. If you're using #AWS, I recently found this #serverless cost calculator by @xavi_lefevre.

Lots to learn from inspecting it. 👀

https://docs.google.com/spreadsheets/d/1WBeA0CfLqo0aT_js3e6XFljX9mSI22mwksVr16qt5tU

Main sheet of AWS Serverless Cost Calculator with variables on left side and result on the right. Variables include # of sessions/day, avg size of uploaded files, # of pages visited. Result include cost/month, cost/session and a cost breakdown per service such as Lambda, Cognito, S3, Cloudfront etc..
You might also like
Quick Server for Incoming Webhooks Read tip
Automatic Restart on System Reboot With PM2 Read tip
Github Actions: Workflows vs Actions Read tip