Cost as traffic grows
Gateway spend if request volume doubles, 5x or 10x.
Home / Dev & AI / Cloud Cost / AWS API Gateway Cost Calculator
Cloud Cost
Estimate your API Gateway bill. Pick REST, HTTP or WebSocket, enter monthly requests, and see the cost with the big REST versus HTTP price difference made clear.
Estimated monthly cost
$0
Cost as traffic grows
Gateway spend if request volume doubles, 5x or 10x.
Amazon API Gateway sits in front of your backend and is billed per request. The important detail is that the type matters a great deal: REST APIs cost about $3.50 per million requests, while HTTP APIs deliver similar core features for roughly $1.00 per million. Choosing HTTP where you do not need REST specific features can cut this line by two thirds.
This API Gateway cost calculator applies the rate for the type you choose to your monthly request volume and projects how the cost grows with traffic. WebSocket APIs bill per message and connection minutes, priced near the HTTP rate per million messages.
For 20,000,000 requests a month on a REST API at $3.50 per million, cost is 20 × $3.50 = $70 a month. The same traffic on an HTTP API at $1.00 per million is just $20.
REST APIs are about $3.50 per million requests and HTTP APIs about $1.00 per million. Twenty million requests is $70 on REST or $20 on HTTP. Enter your volume above.
Use HTTP APIs unless you need REST only features like request validation, API keys with usage plans or edge caching. HTTP is cheaper and faster for most cases.
AWS offers a limited API Gateway free tier for the first year. This tool estimates net billed requests, so subtract any free allowance if it applies.
It adds a small per request fee and slight latency. For very high volume, some teams front their backend with a load balancer instead, which prices differently.
They are July 2026 estimates. Confirm current pricing and any data transfer charges on the AWS pricing page for your region.