We have multiple sql server databases on premises and those are setup as clusters, now we have decided to migrate same in RDS, ow how to migrate clusters

0

We have multiple sql server databases on premises and those are setup as clusters, now we have decided to migrate same in RDS, ow how to migrate clusters

已提问 2 年前369 查看次数
1 回答
0

Amazon RDS supports Multi-AZ deployments for Microsoft SQL Server by using either SQL Server Database Mirroring (DBM) or Always On Availability Groups (AGs). Details can be found here - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_SQLServerMultiAZ.html

For migrating data from your on-prem MSSQL Server to RDS MSSQL Server, you can use AWS DMS - https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html

Refer to this section specifically for using MSSQL Server as a source - https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html

Refer to this section for using MSSQL Server as a target and that includes RDS MSSQL Server - https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html

profile pictureAWS
专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则