FluentDBFluentDB
Postgres pricing

Is Neon cheaper than Amazon RDS?

When you are choosing where to host Postgres, price is rarely the only thing that matters, but it is often what decides it. And "cheaper" is slippery, so to be precise: here it means the real monthly bill to run the same workload on each service, worked out from published rates, not a sticker price or an intro discount.

For Neon versus Amazon RDS, there is no single answer, because they bill on different models. Neon is usage-based, no monthly minimum, billed per compute-hour. Amazon RDS is per instance-hour, 24/7, no scale-to-zero. Which one wins comes down to how many hours a day the database is active.

So this page settles it with real numbers: we compute the monthly bill for Neon and Amazon RDS across a range of usage, find the exact point where the cheaper option flips, then look past price at the tradeoffs that decide a real migration. Prices were last verified 2026-08-01.

Short answer: Neon is cheaper while the database stays fairly idle, up to about 12.68 h/day of activity. Past that break-even, Amazon RDS is cheaper.

On this page
  • The break-even point, charted
  • What tips the balance between them
  • Each provider's real gotchas and tradeoffs
  • Which one to choose
  • A calculator for your exact numbers
By Kevin Piacentini, Software Engineer & Founder of FluentDB

Where the answer flips

This matchup turns on how many hours a day the database is active. The chart plots each provider’s monthly bill as that changes, holding 1 CU compute and 25 GB storage, scaling to zero when idle. They cross at about 12.68 h/day.

NeonAmazon RDSMonthly cost
$0$25$50$75$1000.5h2h4h8h12h20hActive hours per day
At 0.5h
Neon$10.36
Amazon RDS$49.60
At 24h
Neon$86.09
Amazon RDS$49.60

What tips the balance

They price out differently because of how each one bills. Neon: Serverless. Compute is billed per compute-hour and scales to zero after about five minutes of inactivity; storage is billed separately per GB-month, whether the compute is awake or asleep.

Amazon RDS: Per instance-hour, billed around the clock with no scale-to-zero. On-demand is the expensive default; Reserved Instances or Database Savings Plans cut roughly 30% to 70% for steady workloads.

So the honest answer is not a single number, it is a curve. Neon is cheaper while the database stays fairly idle, up to about 12.68 h/day of activity. Past that break-even, Amazon RDS is cheaper. The one gotcha that catches people on Neon: Because storage keeps billing while compute sleeps, the scale-to-zero savings shrink as your database grows. A stray health check or an always-open connection can also keep compute awake and quietly cancel the savings. On Amazon RDS: Multi-AZ high availability is a single checkbox that runs a full standby you also pay for, doubling the compute bill for a node that serves no read traffic. Stopping an instance still bills storage and backups, and RDS auto-restarts anything left stopped for 7 days.

Beyond price: the two, side by side

Price is only half the decision. Here is what each one is actually like to run.

Neon

Serverless. Compute is billed per compute-hour and scales to zero after about five minutes of inactivity; storage is billed separately per GB-month, whether the compute is awake or asleep.

Watch out

Because storage keeps billing while compute sleeps, the scale-to-zero savings shrink as your database grows. A stray health check or an always-open connection can also keep compute awake and quietly cancel the savings.

  • The first query after idle pays a cold start of a few hundred milliseconds.
  • Database branching: every branch is a full copy with its own connection string.
  • Connection pooling runs through a separate -pooler (PgBouncer) endpoint.
  • The free tier gives 100 compute-hours and 0.5 GB per project, and scale-to-zero cannot be disabled there.
  • Connecting requires SSL and a modern, SNI-capable client.

From a Mac client: The pooled -pooler endpoint handles up to 10,000 client connections; use the direct endpoint for migrations, admin work, and LISTEN/NOTIFY.

Amazon RDS

Per instance-hour, billed around the clock with no scale-to-zero. On-demand is the expensive default; Reserved Instances or Database Savings Plans cut roughly 30% to 70% for steady workloads.

Watch out

Multi-AZ high availability is a single checkbox that runs a full standby you also pay for, doubling the compute bill for a node that serves no read traffic. Stopping an instance still bills storage and backups, and RDS auto-restarts anything left stopped for 7 days.

  • Native AWS integration: IAM auth, Secrets Manager, VPC isolation, Performance Insights.
  • Multi-AZ adds a synchronous standby with automatic failover, at roughly 2x compute.
  • Up to 15 read replicas, each a full paid instance.
  • Provisioned storage bills whether used or not, and can only grow, never shrink.
  • You own the patching cadence through weekly maintenance windows.

From a Mac client: Default max_connections scales with instance memory, roughly 80 to 100 on a db.t4g.micro, so a small instance is easy to exhaust. RDS Proxy adds managed pooling for about $22/mo per 2 vCPU.

Which should you choose

Choose Neon for Bursty, development, preview, and per-tenant databases that sit idle most of the day, where paying only for active compute is a real advantage.
Choose Amazon RDS for Steady, always-on production databases with predictable capacity, especially inside an existing AWS estate where you can lock in Reserved Instances and get free same-AZ data transfer.

Run your exact numbers

Move the sliders for your compute, active hours, and storage, and see Neon, Amazon RDS, and the others side by side.

Open the comparator

How we worked this out

Every figure is computed from each provider’s published on-demand rates, single region, last verified 2026-08-01. We count compute and storage. We do not count backups, support, data transfer beyond the noted allowances, high availability or Multi-AZ, or committed-use and reserved discounts, any of which can move a real bill.

The chart holds 1 CU compute and 25 GB storage, scaling to zero when idle and varies only the active hours per day, so the curve isolates the one variable that decides this matchup. Your own mix will differ, which is what the comparator is for.

Is Neon cheaper than Amazon RDS?

Neon is cheaper while the database stays fairly idle, up to about 12.68 h/day of activity. Past that break-even, Amazon RDS is cheaper. At 0.5h the two cost $10.36 and $49.60 in our reference case; at 24h they cost $86.09 and $49.60. Run your own numbers in the comparator.

What decides whether Neon or Amazon RDS is cheaper?

Mostly how many hours a day the database is active. Neon scales compute to zero when idle, while Amazon RDS bills its instance around the clock. Compute size and storage move the number too.

When should I pick Neon over Amazon RDS?

Pick Neon for Bursty, development, preview, and per-tenant databases that sit idle most of the day, where paying only for active compute is a real advantage. Pick Amazon RDS for Steady, always-on production databases with predictable capacity, especially inside an existing AWS estate where you can lock in Reserved Instances and get free same-AZ data transfer.

Whichever you pick, FluentDB is the Mac client for it.

Download FluentDB for Mac