Skip to main content

AWS Glossary

Amazon Aurora

AWS-built cloud-native relational database compatible with MySQL and PostgreSQL, delivering up to 5x MySQL and 3x PostgreSQL performance at lower cost.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

AWS-built cloud-native relational database compatible with MySQL and PostgreSQL, delivering up to 5x MySQL and 3x PostgreSQL performance at lower cost.

Key Facts

  • AWS-built cloud-native relational database compatible with MySQL and PostgreSQL, delivering up to 5x MySQL and 3x PostgreSQL performance at lower cost
  • Definition Amazon **Aurora** is AWS's cloud-native relational engine, compatible with **MySQL** and **PostgreSQL** wire protocols
  • Aurora Serverless v2** scales ACUs (Aurora Capacity Units) in fine increments with per-second billing — ideal for variable or multi-tenant SaaS loads
  • Aurora integrates with **Bedrock and SageMaker** via SQL functions for in-database inference on rows without exporting data
  • Variable workloads (dev/test, SaaS tenants) that benefit from **Serverless v2** scaling without over-provisioned instances

Entity Definitions

Bedrock
Bedrock is an AWS service relevant to amazon aurora.
SageMaker
SageMaker is an AWS service relevant to amazon aurora.
RDS
RDS is an AWS service relevant to amazon aurora.
Amazon RDS
Amazon RDS is an AWS service relevant to amazon aurora.
Aurora
Aurora is an AWS service relevant to amazon aurora.
multi-tenant
multi-tenant is a cloud computing concept relevant to amazon aurora.
serverless
serverless is a cloud computing concept relevant to amazon aurora.
compliance
compliance is a cloud computing concept relevant to amazon aurora.

Related Content

Definition

Amazon Aurora is AWS’s cloud-native relational engine, compatible with MySQL and PostgreSQL wire protocols. Storage is distributed across six copies in three AZs with quorum writes; compute (DB instances) attaches to shared storage volumes that auto-scale from 10 GB to 128 TB without pre-provisioning. Aurora delivers higher throughput than standard RDS on the same instance classes, up to 15 low-latency read replicas, and failover often under 30 seconds because replicas attach to the same storage substrate.

Aurora Serverless v2 scales ACUs (Aurora Capacity Units) in fine increments with per-second billing — ideal for variable or multi-tenant SaaS loads. Aurora Global Database replicates to secondary regions with typical sub-second lag for global read scaling and cross-region DR. Aurora integrates with Bedrock and SageMaker via SQL functions for in-database inference on rows without exporting data.

AspectStandard RDSAurora
StorageEBS, pre-sizedAuto-scaling, 6-way replicated
Failover60–120s typicalOften under 30s
Read replicasUp to 5Up to 15
ServerlessN/AServerless v2

When to use it

When not to use it

Tips

Gotchas

Official references

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.