AWS Pricing Cheatsheet
This is a short summary of the pricing structure of AWS services that I frequently use. This accompanies my post What tools I use on AWS.
AWS Cloudformation (including CDK)
- Overall Price
- Free
AWS Cognito
- Monthly Active Users (MAUs)
- First 50,000 are free, $0.0055 per MAU per month afterwards
AWS DynamoDB
- Write Request Units
- $1.25 per million write request units
- Read Request Units
- $0.25 per million read request units
- Storage
- First 25GB is free, $0.25 per GB-month afterwards
AWS EC2
- t4g.nano VM (2 vCPU, 0.5GB RAM)
- $4.00 / month
AWS IAM
- Overall Price
- Free
AWS Lambda
- Duration
- $0.0000133334 per GB-second
- Requests
- $0.20 per million requests
AWS SNS
- Requests
- First 1 million requests per month are free, $0.50 per 1 million requests thereafter