☁ AWS Cost Calculator

Simulate costs for a lower-traffic copy of your AWS account — compare instance types, Reserved Instances and Savings Plans.

1

Export billing data

Run in your terminal (requires Cost Explorer access):

# Monthly CE export — adjust dates as needed aws ce get-cost-and-usage \ --time-period Start=2026-04-01,End=2026-05-01 \ --granularity MONTHLY \ --metrics "UnblendedCost" "UsageQuantity" \ --group-by Type=DIMENSION,Key=SERVICE Type=DIMENSION,Key=USAGE_TYPE \ --output json > billing_export.json
2

Export discounts (optional but recommended)

Run this command to export active Reserved Instances and Savings Plans to discounts.json:

printf '{"rds_ri":%s,"opensearch_ri":%s,"elasticache_ri":%s,"savings_plans":%s}' \ "$(aws rds describe-reserved-db-instances --output json 2>/dev/null || echo '{}')" \ "$(aws opensearch describe-reserved-instances --output json 2>/dev/null || echo '{}')" \ "$(aws elasticache describe-reserved-cache-nodes --output json 2>/dev/null || echo '{}')" \ "$(aws savingsplans describe-savings-plans --states active --output json 2>/dev/null || echo '{}')" \ > discounts.json
💡 If the new environment will use On-Demand pricing (no RIs yet), the calculator already shows the correct higher OD price for changed items. The current column always reflects your actual billing.
3

Upload files

📊

billing_export.json

required

🏷️

discounts.json

optional

⚙️

config.json

optional

Live AWS pricing fetched: 2026-05-18 09:00 UTC  |  Regions: eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, us-east-1, us-west-2, ap-southeast-1

☁ AWS Cost Calculator

Current billing
Estimated new env
Savings
New excl. Tax
⚠ OD prices apply on change
Prices: 2026-05-18 09:00 UTC
(instances & Fargate where available)

🎯 Manager View

100%
Scales requests, compute, data transfer
100%
Scales S3, EFS, DB storage
users/month
Current
Estimated
Savings