Summary of AWS Cloud Migration Tool Methods

Summary of AWS Cloud Migration Tool Methods

One, database migration

Tools: AWS SCT+DMS

1. Introduction to AWS SCT Tool

You can use the AWS Schema Conversion Tool (AWS SCT) to convert an existing database schema from one database engine to another.
Can convert relational OLTP architecture or data warehouse architecture.
The converted architecture is applicable to Amazon Relational Database Service (Amazon RDS) MySQL, MariaDB, Oracle, SQL Server, PostgreSQL database, Amazon Aurora database cluster or Amazon Redshift cluster.
The converted architecture can also be used with a database on an Amazon EC2 instance, or it can be stored as data on an Amazon S3 bucket.

2. Introduction to DMS Tools

https://docs.aws.amazon.com/zh_cn/dms/latest/userguide/Welcome.html
AWS Database Migration Service (AWS DMS) is a cloud service that can easily migrate relational databases, data warehouses, NoSQL databases, and Other types of data storage.
You can use AWS DMS to migrate data to the AWS cloud, between local instances (via AWS cloud settings), or between a combination of cloud and local settings.
Support incremental replication to reduce downtime.

3. Database types supported by DMS

AWS DMS supports almost all of today's most popular DBMS engines as data sources, including Oracle, MicrosoftSQLServer, MySQL, MariaDB, PostgreSQL, DB2LUW, SAP, MongoDB, and Amazon Aurora.
AWS DMS provides a wide range of available target engines, including Oracle, MicrosoftSQLServer , PostgreSQL, MySQL, Amazon Redshift, SAPASE, Amazon S3, and Amazon DynamoDB. It
can be migrated from any supported data source to any supported data destination. AWS DMS fully supports heterogeneous data migration between supported engines.

4. DMS charging standards

https://aws.amazon.com/cn/dms/pricing/
AWS Database Migration Service can help you migrate your database to AWS easily and safely at a low cost. You only pay for the replication instance and additional log storage.
Each database migration instance contains enough storage for swap space, replication logs, and data cache, and these are free for most replication and inbound data transfers.
If the target of the database migration is Amazon Aurora, Amazon Redshift, Amazon DynamoDB or Amazon DocumentDB (compatible with MongoDB), you can use DMS for six months for free.

Two, file data migration

Tool: AWS DataSync

1. Introduction to AWS DataSync tool

https://docs.aws.amazon.com/zh_cn/datasync/latest/userguide/what-is-datasync.html
AWS DataSync is an online data transfer service that simplifies, automates, and accelerates storage services from AWS on the Internet Copy large amounts of data, or AWS direct connect.
DataSync can be used in Network File System (NFS), Server Message Block (SMB) file servers, self-hosted object storage or AWS Snowball, and Amazon Simple Storage Service (Amazon S3) buckets, Amazon EFS file system, and Amazon FSx for Windows File Server File system.
By using DataSync, you can easily transfer data between local sources and AWS storage on the network. AWS DataSync automatically manages the infrastructure and transfer process for you. DataSync also includes encryption and data verification.

DataSync charging standard: https://aws.amazon.com/cn/datasync/pricing/

Three, virtual machine migration

Tools: AWS SMS, CloudEndure

1. Introduction to AWS DMS Tools

https://docs.aws.amazon.com/zh_cn/server-migration-service/latest/userguide/server-migration.html
AWS Server Migration Service automatically migrates the local VmwareVsphere, MicrosoftHyper-V/SCVMM and Azure virtual machines to AWS cloud.
Support incremental replication to reduce downtime.

SMS charging standard: https://aws.amazon.com/cn/server-migration-service/pricing/

2. Introduction to CloudEndure Tool

Official introduction document:
https://aws.amazon.com/cn/cloudendure-disaster-recovery/
https://aws.amazon.com/cn/cloudendure-migration/
Product usage document:
https://docs.cloudendure. com/
CloudEndure Disaster Recovery can quickly and reliably restore physical, virtual, and cloud-based servers to AWS, minimizing downtime and reducing data loss. CloudEndure can also be used to achieve system disaster recovery across AWS regions.
CloudEndure Disaster Recovery will continuously copy your machine (including operating system, system state configuration, database, applications, and files) to the target AWS account and low-cost staging area in the preferred region.
In the event of a disaster, you can instruct CloudEndure Disaster Recovery to automatically start thousands of machines in a fully preset state within a few minutes.

CloudEndure charging standard: https://aws.amazon.com/cn/cloudendure-migration/pricing/
CloudEndure software can be used free of charge within three months.

Guess you like

Origin blog.csdn.net/weixin_36652387/article/details/112976884