Migrate SQL Server 2008/2012 to AWS

0

Hello, I have some 2008 and 2012 MS SQL Servers running on windows server in my on-premises. I want to migrate those to AWS. Looking for suggestions on what's the right migration path.

  1. Should I first make an in-place upgrade of those SQL servers on-premise, then move to RDS?
  2. Should I migrate those as-is using back and restore to EC2, then use AWS SSM playbook to upgrade to 2019?
  3. Is there an option using AWS DMS or backup and restore to directly upgrade to 2019 on RDS?

I'm ok to move those servers to either license included EC2 or to RDS with MS SQL.

Thank you.

1 個回答
0

I'm assuming you want to upgrade to put them on a "supported" platform (You can lift and shift these servers to EC2 using AWS Application Migration Servers with minimal effort)
I would first use the AWS Schema Conversion Tool (SCT) to assess the upgrade path between your current version of SQL and RDS. This will report on any important compatibility issues. Depending on the results you can use DMS (yes it is possible to have different version source and targets) or backup and restore to go directly to RDS. IMO going directly to RDS you will be able to quickly test the upgrade without setting up and configuring EC2

AWS
專家
Peter_G
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南