Skip to content

RDS and Aurora

Amazon Relational Database Service (RDS) runs conventional relational engines as a managed service: AWS owns the host, the patching, the backups and the failover, and you own the schema and the queries. Amazon Aurora is AWS’s own MySQL- and PostgreSQL-compatible engine, built on a distributed storage layer, and is offered through the same console and API.

These pages cover both.

  • Amazon RDS — supported engines, Multi-AZ, read replicas, backups, security, and the cases where RDS is the wrong answer.
  • Amazon Aurora — the storage architecture, endpoints, replicas, global databases and how Aurora differs from RDS.
  • Aurora Serverless — capacity units, automatic scaling, and scaling to zero.

If you are deciding whether a relational database is the right choice at all, start with OLTP vs OLAP and the service comparison.