passdrill
AWS SAA-C03 · RDS, DynamoDB & Databases · Card 022/024 hard

A company is migrating from a self-managed on-premises Oracle database to Aurora PostgreSQL and needs the cutover to happen with only a few minutes of downtime, even though the full data copy will take many hours. The schema also needs to be converted from Oracle's dialect to PostgreSQL before any data loads. Which combination of AWS services and migration technique fits?

  1. AWS DMS alone, performing a one-time full load of the data; schema conversion between different database engines is handled automatically by DMS during the full load
  2. AWS Backup to create a snapshot of the on-premises database, then restore that snapshot directly into a new Aurora PostgreSQL cluster
  3. AWS DMS Fleet Advisor, which converts the Oracle schema to PostgreSQL and performs the full data load and ongoing replication in a single step
  4. The AWS Schema Conversion Tool (or DMS Schema Conversion) to convert the Oracle schema to PostgreSQL first, then AWS DMS to perform the full load followed by change data capture (CDC) that replicates ongoing changes until a brief final cutover
Next card → Shuffle