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 a cloud-native relational database engine built by AWS, fully compatible with MySQL and PostgreSQL
  • 99% uptime SLA (vs 99
  • t3
  • micro` RDS

Entity Definitions

Amazon Bedrock
Amazon Bedrock is an AWS service relevant to amazon aurora.
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.
Amazon Aurora
Amazon Aurora is an AWS service relevant to amazon aurora.
Secrets Manager
Secrets Manager is an AWS service relevant to amazon aurora.
AWS Secrets Manager
AWS Secrets Manager is an AWS service 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 a cloud-native relational database engine built by AWS, fully compatible with MySQL and PostgreSQL. Aurora redesigns the database storage layer to run distributed across 6 storage nodes in 3 Availability Zones — delivering up to 5x the throughput of standard MySQL and 3x PostgreSQL performance, with higher availability and lower storage costs than equivalent self-managed or standard RDS deployments.

How Aurora is Different from Standard RDS

Distributed Storage Architecture:

Performance:

Availability:

Aurora Serverless v2

Aurora Serverless v2 scales compute capacity instantly based on workload demand:

ACU (Aurora Capacity Unit): ~2 GB RAM + proportional CPU and network

Aurora Global Database

Aurora Global Database enables cross-region replication with near-zero lag:

Aurora vs Standard RDS

AspectAuroraStandard RDS
StorageAuto-scaling, distributed across 6 nodesPre-allocated EBS volume
Max storage128 TB64 TB
Read replicasUp to 15 (fast failover)Up to 5
Failover time< 30 seconds60–120 seconds
Throughput5x MySQL, 3x PGBaseline
Cost~20% higher per instanceLower instance cost
ServerlessAurora Serverless v2Not available
Best forHigh-throughput, HA-critical, variable workloadsStandard RDBMS, cost-sensitive

Aurora Machine Learning Integration

Aurora integrates natively with Amazon Bedrock and SageMaker:

Common Mistakes

Mistake 1: Using Aurora for small, low-traffic workloads. Aurora has a minimum cost floor higher than db.t3.micro RDS. For dev/test or very low-traffic applications, standard RDS is more cost-effective.

Mistake 2: Not enabling Aurora Serverless v2 for variable workloads. Fixed-size Aurora instances waste capacity during low-traffic periods. Serverless v2 eliminates over-provisioning while maintaining instant scale-out.

Mistake 3: Treating Aurora as a drop-in MySQL/PostgreSQL replacement without testing. Aurora has minor behavioral differences in replication, locking, and some edge-case query behaviors. Always run a compatibility test suite before migrating.

Need Help with This Topic?

Our AWS experts can help you implement and optimize these concepts for your organization.