Amazon Aurora FAQ
What is Amazon Aurora?
Amazon Aurora
Aurora’s storage system is distributed, fault-tolerant, and self-healing — it automatically scales up to 256 TiB per database instance and replicates your data across three Availability Zones (AZs), you only pay for one copy. With Aurora PostgreSQL and MySQL, you get up to 15 low-latency read replicas, point-in-time recovery, and continuous backup to Amazon S3
Is Amazon Aurora MySQL compatible?
Yes. Amazon Aurora is drop-in compatible with MySQL and adds support for new releases regularly. You can migrate MySQL databases to and from Aurora using standard tools like mysqldump and mysqlimport, or use Amazon RDS DB Snapshot migration. Your existing MySQL code, applications, drivers, and tools work with Aurora with little or no change. See the Aurora MySQL compatibility documentation for supported versions.
Is Amazon Aurora PostgreSQL compatible?
Yes. Amazon Aurora is drop-in compatible with PostgreSQL and adds support for new releases regularly. You can migrate PostgreSQL databases to and from Aurora using pg_dump and pg_restore, or use RDS DB Snapshot migration. For SQL Server migrations, Babelfish for Aurora PostgreSQL
Does Amazon Aurora support PostgreSQL extensions?
Yes, Amazon Aurora PostgreSQL supports all PostgreSQL extensions available with Aurora. You can enable extensions using the standard CREATE EXTENSION command, just as you would with any PostgreSQL database. If you need help with a specific extension, contact AWS Support
How do I get started with Amazon Aurora?
Getting started with Amazon Aurora is straightforward and takes just a few minutes — or even seconds with the latest deployment options. You can create and connect to an Aurora PostgreSQL database in seconds using express configuration in the Amazon RDS console, pre-configured with an Aurora serverless cluster. Once created, you have access to Aurora features that can be modified at any time. You also get a new internet gateway supporting the Postgres wire protocol for secure connections from your favorite tools and IDEs outside AWS — no VPN required. New AWS customers can also get started with Aurora PostgreSQL serverless through the Vercel Marketplace
To customize configurations, sign in to the Amazon RDS console
For step-by-step instructions, tutorials, and best practices, visit the Getting Started with Amazon Aurora
In which AWS Regions is Amazon Aurora available?
Aurora is available across AWS Regions worldwide. For a complete list, see Supported features in Amazon Aurora by AWS Region and Aurora DB engine.
Does Amazon Aurora require special drivers?
No. Aurora works with standard MySQL and PostgreSQL database drivers. You can use the same drivers and connection libraries you already use with MySQL or PostgreSQL databases, with no modifications required.