Aurora Serverless & Global

Learn how to configure Aurora Serverless v2 and Global Database for scalable, global applications.

aurora-config.json
{
"Engine": "aurora-mysql",
"ServerlessV2ScalingConfiguration": {
"MinCapacity": 0.5,
"MaxCapacity": 16
}
}
aurora-config.json
1 / 16
🗄️

Tutor:Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud. It combines the performance and availability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases.


Aurora Mastery

Unlock nodes by learning new Aurora concepts.

Concept 1: Aurora Basics

Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud, combining performance and availability with cost-effectiveness.

System Check

What is the main benefit of Aurora Serverless v2?


Community Holo-Net

Showcase Your Aurora Configurations

Built a complex Aurora setup? Share your AWS Aurora examples and configurations.

Aurora Serverless & Global Database

Author

Pascual Vila

Cloud Instructor.

Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud. It combines the performance and availability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases.

Aurora Serverless v2

Aurora Serverless v2 automatically scales database capacity up and down based on your application's needs. It provides on-demand autoscaling for hundreds of thousands of transactions in seconds, without managing capacity.

Aurora Global Database

Aurora Global Database spans multiple AWS regions, enabling low-latency global reads and disaster recovery. It replicates your data to up to 16 secondary regions with typical replication lag of less than 1 second.

Read Replicas

Aurora provides up to 15 read replicas for read scaling, with replica lag typically under 100 milliseconds. Read replicas can be in different Availability Zones or even different regions.

Aurora Glossary

Aurora Serverless v2
Automatically scales database capacity up and down based on application needs, without managing capacity.
Aurora Global Database
Spans multiple AWS regions, enabling low-latency global reads and disaster recovery with replication lag under 1 second.
Read Replica
A copy of your database that can handle read queries, reducing load on the primary database. Aurora supports up to 15 read replicas.
RPO (Recovery Point Objective)
The maximum acceptable amount of data loss measured in time. Aurora Global Database provides RPO of less than 1 second.
RTO (Recovery Time Objective)
The maximum acceptable downtime. Aurora Global Database provides RTO of less than 1 minute for cross-region failover.