Migration
Topics
How do I migrate a MySQL database to Amazon Aurora (and back)?
You can migrate between MySQL and Amazon Aurora using several reliable methods. The most straightforward approach is using standard MySQL utilities: mysqldump to export data from MySQL and mysqlimport to import data into Aurora, with the same tools working in reverse for migration back to MySQL.
Alternatively, you can use the Amazon RDS DB snapshot migration feature to migrate an Amazon RDS for MySQL DB Snapshot directly to Aurora through the Amazon RDS console. For large-scale migrations with minimal downtime, AWS Database Migration Service (AWS DMS)
How do I migrate a PostgreSQL database to Amazon Aurora (and back)?
You can migrate between PostgreSQL and Amazon Aurora using several proven methods. The most common approach is using standard PostgreSQL utilities: pg_dump to export data from PostgreSQL and pg_restore to import data into Aurora, with the same tools working in reverse for migration back to PostgreSQL.
Alternatively, you can use the RDS DB snapshot migration feature to migrate an Amazon RDS for PostgreSQL DB snapshot directly to Aurora through the Amazon RDS console. For organizations migrating SQL Server databases to Aurora PostgreSQL, AWS Transform for SQL Server