dev · 2026-05-01

RDS vs Aurora cost comparison

Compare AWS RDS (Postgres/MySQL) vs Aurora total monthly cost — instance + storage + IOPS + backups + read replicas.

Aurora vs RDS monthly delta
-$118

Inputs

Primary instance $/mo$480
Storage cost / GB-month$0
Storage GB500
Read replicas2
Aurora instance premium %20%
Aurora storage rate0.1%
RDS backup $/GB-month$0

Supporting metrics

RDS monthly total$1,660
Aurora monthly total$1,778
Annual savings-$1,416

About this calculator

RDS vs Aurora — same database, different bill

Aurora-MySQL and Aurora-Postgres are AWS's "managed-managed" databases — wire-compatible with RDS engines but with completely different storage architecture. The pricing implications are substantial when you have read replicas.

Architecture difference (the cost driver)

For read-heavy workloads with multiple replicas, this is huge. Default scenario:

Where Aurora costs more

When Aurora wins

When RDS wins

FAQ

Is Aurora faster than RDS?

Marginally for reads (3-5x faster failover for HA). Same compute speed. Aurora's wins are operational (shared storage, faster replica creation) more than performance. Don't switch for speed alone.

What about Aurora Serverless?

Different pricing model — pays per ACU (Aurora Capacity Unit) per second. Best for spiky workloads (dev/test). Production-steady workloads pay 30-100% MORE on Serverless v2 vs provisioned. Use only when traffic varies wildly.

What's the migration effort?

RDS-Postgres → Aurora-Postgres: one-click migration via snapshot restore. Minutes of downtime. Same goes for MySQL. Other engines (SQL Server, Oracle) — RDS only, no Aurora option. Migration cost is mostly testing the application against the new endpoint.