DMS to migrate SQL Server from RDS to EC2

0

Hi.

I am working on a project to migrate our SQL Server databases from the existing environments to AWS EC2's.

My first stage was to migrate a series of SQL Server databases from it's existing RDS instance to the newly create EC2 instance with SQL Server installed. I was told the best way to migrate these databases was to use Database Migration Services and migrate them over as this would give me a repeatable process that can be started at any time.

Have I been told correctly? or is there an alternative way that's better?
Excuse my newbie way of detailing everything. I am a newbie and been thrown in at the deep end.

Thank you (In Advance)

質問済み 4年前1350ビュー
1回答
0

Hi,

yes, it is the right tool.
More information about you want to achieve here: https://aws.amazon.com/premiumsupport/knowledge-center/dms-migrate-rds-sqlserver/.

You are able to use MSSQL on RDS as source on DMS: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html

And you are able to use a MSSQL on EC2 instance as target on DMS: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.html

Just check that your MSSQL version is supported.

BR,
R.

Reds
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ