AWS Notes - Migrations - DMS, SCT, CART

 

DMS (Database Migration Service) 

Type:

  • Homogeneous migrations (Oracle to Oracle)
  • Heterogeneous migrations (Microsoft to Aurora)
Features
  • An EC2 instance should be created to perform the replication tasks
  • Works over VPC Peering, VPN, Direct Connect
  • The source database remains available duiring the migration
  • Supports : Full Load, Full Load + CDC(Change Data Capture), CDC


SCT(Schema Conversion Tool)

Features
  • Used for Heterogeneous database migrations
  • Can scan the application Source for embedded SQL, and convert them as part of a database schema conversion project


DMS+Snowball
  1. SCT to extract the data locally and move it to an Edge device
  2. Send to S3
  3. Use the DMS to migrate the data to the target data store

CART(Cloud Adoption Readiness Tool)
  • An assessment report by answer the question of Business, People, Process, Platform, Operations, Security





Reference
https://en.wikipedia.org/wiki/Change_data_capture

Comments

Popular posts from this blog

AWS Notes - Network - TransferFamily(Transfer) connect with EFS

Build JupyterNotebook(Anaconda) environment in AWS EC2

AWS Notes - DevOps - OpsWorks