aws-appsync-pricing-calculatorappsync-cost-calculator

AWS AppSync Pricing Calculator

Calculate AWS AppSync GraphQL, real-time, Event API, connection-minute, and dedicated cache costs with current regional pricing.

Frequently Asked Questions

Does GraphQL response size multiply AppSync operation charges?

No. Query and data-modification operations use a per-operation meter, so a 2 KB response and a 200 KB response both count as one operation. Response size affects data transfer, which is excluded from this estimate.

How are AppSync real-time and Event API message sizes billed?

Inbound and outbound real-time messages are metered in 5 KB increments per delivered message. A message up to 5 KB is one unit and an 8 KB message is two. The rounding happens per message, so a single average payload is an approximation when your message sizes vary widely.

What is the difference between AppSync GraphQL and AppSync Events pricing?

GraphQL bills queries and mutations on an operation meter, subscription deliveries on a real-time update meter, and client connection time on a connection-minute meter. AppSync Events is a publish-and-subscribe API where published events, broadcast messages, event handler invocations, and WebSocket control operations all share one Event API operation meter, with its own separate connection-minute meter. Fill in both panels when one application uses both products.

How does subscription fan-out affect AppSync cost?

Fan-out is usually what drives the bill. One published event delivered to 500 subscribers creates 500 outbound messages, and the 5 KB rounding applies to each one. Filter subscriptions and channels so broadcasts reach only the consumers that need each update, and keep payloads compact enough to stay under a 5 KB boundary.

How are Merged APIs and dedicated caches billed?

Merged APIs use the same operation and real-time meters on the merged API, with no additional AppSync charge for the source APIs. Dedicated caches are billed per cache instance-hour regardless of hit rate, so enable one only when the reduced resolver work and latency justify the standing hourly charge.

Which costs are excluded from the AppSync estimate?

The total covers AppSync's own meters only. It excludes EC2/AWS Data Transfer, resolver data sources such as DynamoDB, Lambda, OpenSearch, RDS, Aurora, and HTTP endpoints, plus CloudWatch logging and tracing, AWS WAF, Cognito, Route 53, Amplify hosting, and every downstream service a resolver invokes. Estimated outbound volume is shown for reference because transfer rates vary by route, Region, and tier — model it separately in the AWS Pricing Calculator. Data-source charges frequently exceed the AppSync API meter itself, so track them together.

CloudBurn

Catch AWS cost mistakes before they ship.

Use the calculator for quick estimates, then use CloudBurn when you need a deterministic cost review workflow. Run scan against Terraform and CloudFormation before deploy, then run discover against live AWS to find the waste that is already burning.

Read the docs to learn how it works.