App Runner Pricing Calculator - Serverless Container Costs

Calculate AWS App Runner costs for containerized web applications and APIs. Estimate monthly pricing with vCPU, memory, and deployment configurations. Compare active vs provisioned pricing across regions.

+1 more

Frequently Asked Questions

What is an App Runner pricing calculator?

An App Runner pricing calculator estimates AWS costs for running containerized web applications. It calculates monthly expenses based on vCPU, memory, active hours, and build time, helping you understand pricing before deployment. In US East regions, active pricing is $0.064/vCPU-hour plus $0.007/GB-hour.

How does App Runner pricing work?

App Runner charges differently based on instance state: active time (processing requests) costs vCPU + memory, while provisioned time (idle) only charges for memory. This means you save on vCPU costs during idle periods. Additional charges apply for build minutes ($0.005/min) and automatic deployments ($1/app/month).

Is App Runner cheaper than Fargate?

It depends on your workload. App Runner has simpler pricing and lower costs when idle (only memory charged), making it ideal for variable traffic. Fargate offers Spot pricing (up to 70% savings) and ARM/Graviton (20% savings), which can be cheaper at scale. Compare with our Fargate pricing calculator.

What vCPU and memory configurations are available?

App Runner supports configurations from 0.25 vCPU with 0.5 GB memory up to 4 vCPU with 12 GB memory. Memory options depend on vCPU selection - for example, 1 vCPU supports 2-8 GB memory. This calculator automatically shows valid combinations.

How much do App Runner builds cost?

Build charges apply only when deploying from source code (not container images). AWS charges $0.005 per build minute. A typical 5-minute build costs $0.025. To avoid build costs entirely, deploy pre-built container images from ECR using our ECR pricing calculator to estimate registry costs.

What are automatic deployments in App Runner?

Automatic deployments is a feature that triggers new deployments when you push code to your repository. It costs $1 per application per month regardless of deployment frequency. If you prefer manual deployments or use external CI/CD, you can disable this to save costs.

Can I pause App Runner to save costs?

Yes! App Runner allows you to pause services to completely stop charges. When paused, you pay nothing - no vCPU, memory, or provisioned costs. This is ideal for development environments or services with predictable downtime. Resume the service when needed.

Tip

Stop AWS bill surprises from happening.

Most infrastructure changes look harmless until you see next month's AWS bill. CloudBurn prevents this by analyzing the cost impact of your AWS CDK changes directly in GitHub pull requests, catching expensive mistakes during code review when fixes are quick, not weeks later when they're costly and risky.

See the setup guide to get started.