All technological notes.
Database Migration ServiceDatabase Migration Service
Feature:
CDC(change data capture)Supports:

SOURCES:
TARGETS:
Schema Conversion Tool (SCT)Schema Conversion Tool (SCT)
OLTP: (SQL Server or Oracle) to MySQL, PostgreSQL, AuroraOLAP: (Teradata or Oracle) to Amazon RedshiftPrefer compute-intensive instances to optimize data conversions

You do not need to use SCT if you are migrating the same DB engine
RDS PostgreSQLSample:
SCT to convert db schema, AWS DMS to migrate the data.
When Multi-AZ Enabled, DMS provisions and maintains a synchronously stand replica in a different AZ
Advantages:










RDS & Aurora MySQL MigrationRDS MySQL to Aurora MySQLRDS MySQL restored as MySQL Aurora DB

Aurora Read Replica from your RDS MySQL, and when the replication lag is 0, promote it as its own DB cluster
Aurora MySQLOption 1:
Percona XtraBackup to create a file backup in Amazon S3Aurora MySQL DB from Amazon S3
Option 2:
Aurora MySQL DBAurora
DMS if both databases are up and running
RDS & Aurora PostgreSQL MigrationsRDS PostgreSQL to Aurora PostgreSQLOption 1: DB Snapshots from RDS PostgreSQL restored as PostgreSQL Aurora DB

Option 2: Create an Aurora Read Replica from your RDS PostgreSQL, and when the replication lag is 0, promote it as its own DB cluster

S3aws_s3 Aurora extension