Skip to content

Instantly share code, notes, and snippets.

@allenheltondev
Last active March 11, 2020 03:00
Show Gist options
  • Save allenheltondev/d028926b7fe3b0656c96af9140ab55e3 to your computer and use it in GitHub Desktop.
Save allenheltondev/d028926b7fe3b0656c96af9140ab55e3 to your computer and use it in GitHub Desktop.
AWS Serverless Cost Breakdown
AWS Service Cost Per Invocation Type Cost Formula
API Gateway Request 0.0000035 Compute $3.50 / million
API Gateway Data Transfer (1KB) 0.00000009 Compute $.09 / GB
Lambda Execution 0.0000002 Compute $.20 / million invocations
Lambda Compute (300ms, 128MB) 0.00000067 Compute (.3 seconds * .125 GB) * .0000167
DDB Write Capacity Unit (1 / Month) 0.468 Compute $.00065 per hour ( x 24 hrs x 30 days)
DDB Read Capacity Unit (1 / Month) 0.0936 Compute $.00013 per hour ( x 24 hrs x 30 days)
DDB Stream Reads 0.0000002 Compute $.02 / 100,000
DDB Storage (1KB /Month) 0.00000025 Storage $.25 / GB / month
DDB Backup (1KB/Month PITR) 0.00000024 Storage $.20 / GB / month
Step Function Transition 0.000025 Compute $0.025 / 1,000 transitions
SNS Request 0.0000005 Compute $.50 / million
SQS Request (Standard Q, 1KB Size) 0.0000004 Compute $.40 / million
S3 Storage (1KB) 0.000000023 Storage $.023 / GB / Month
S3 Data Transfer Out (1KB) 0.00000009 Compute $.09 / GB
Cloudwatch Logs (1KB Ingested) 0.0000005 Compute $.50 / GB
Cloudwatch Logs (1KB Storage) 0.00000003 Storage $.03 / GB
CloudFront Data Transfer Out (1KB) 0.000000085 Compute $.085 / GB
Route53 Hosted Zone 0.5 Storage $.50 / Hosted Zone / Month
Route53 Query 0.0000004 Compute $.40 / million
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment