Skip to main content

Databases

Moving databases to AWS.

ServiceJobChoose whenKey distinction
AWS DMS (Database Migration Service)Migrate/replicate dataMove a database with minimal downtimeSame or different engine
AWS SCT (Schema Conversion Tool)Convert schemaSource and target engines differConverts schema/code before DMS moves data
  • SCT converts the schema; DMS moves the data. Heterogeneous migrations use both.

Linked from