Migrating large data stores using AWS Database Migration Service and AWS Snowball Edge - AWS Database Migration Service

Migrating large data stores using AWS Database Migration Service and AWS Snowball Edge

Larger data migrations can include many terabytes of information. This process can be cumbersome due to network bandwidth limits or just the sheer amount of data. AWS Database Migration Service (AWS DMS) can use AWS Snowball Edge and Amazon S3 to migrate large databases more quickly than by other methods.

AWS Snowball Edge is an AWS service that provides an Edge device that you can use to transfer data to the cloud at faster-than-network speeds. An Edge device is an AWS-owned appliance with large amounts of on-board storage. It uses 256-bit encryption and an industry-standard Trusted Platform Module (TPM) to ensure both security and full chain of custody for your data. AWS Snowball Edge offers many additional features; for more information, see What is an AWS Snowball Edge? in the AWS Snowball Edge Developer Guide.

Amazon S3 is an AWS storage and retrieval service. To store an object in Amazon S3, you upload the file you want to store to a bucket. When you upload a file, you can set permissions for the object and also for any metadata. For more information, see the S3 documentation.

When you're using an Edge device, the data migration process has the following stages:

  1. You use the AWS Schema Conversion Tool (AWS SCT) to extract the data locally and move it to an Edge device.

  2. You ship the Edge device or devices back to AWS.

  3. After AWS receives your shipment, the Edge device automatically loads its data into an Amazon S3 bucket.

  4. AWS DMS takes the files and migrates the data to the target data store. If you are using change data capture (CDC), those updates are written to the Amazon S3 bucket and then applied to the target data store.

In the following sections, you can learn about using an Edge device to migrate relational databases with AWS SCT and AWS DMS. You can also use an Edge device and AWS SCT to migrate on-premises data warehouses to the AWS Cloud. For more information about data warehouse migrations, see Migrating data from an on-premises data warehouse to Amazon Redshift in the AWS Schema Conversion Tool User Guide.

Note

You can't use an AWS Snowcone device to migrate data with AWS DMS.