Is it possible to use AWS RDS SQL Server as an AAG target from on premise primary?

0

Is it possible to use AWS RDS SQL Server as an AAG target from on premise primary?

AWS
cedhood
已提问 3 年前1332 查看次数
3 回答
2

RDS SQL Server is a managed service, so it will not be possible to add RDS Instance as an extension node to your on-premise primary instance. However, you can connect directly from your on-premise App to hosted RDS SQL Server instance in AWS. Alternatively, if you need RDS as a DR node for your on-premises primary, you can use an option like DMS (Database Migration Service) to set up on-going replication to RDS.

Ref: https://aws.amazon.com/blogs/database/cross-region-disaster-recovery-of-amazon-rds-for-sql-server/

AWS
Ram
已回答 3 年前
0

While RDS SQL Server supports AlwaysOn Availability Group in AWS, this is not supported today with on-premises. Depending on your use case, you can deploy your SQL Server on EC2 in AWS cloud and with Distributed availability group. One availability group can be on premises, and the other availability group can be on the Amazon Web Services (AWS) Cloud on Amazon Elastic Compute Cloud (Amazon EC2) instances in a different domain. You can reference this prescriptive guidance for Migrating SQL Server to AWS using distributed availability groups for further information. https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/migrate-sql-server-to-aws-using-distributed-availability-groups.html

AWS
LarryB
已回答 3 年前
0

With Recent announcement of RDS Custom it is now possible to have an on-premise Primary Replica and Secondary replica on RDS SQL Server. This may need to be adjusted once Multi-AZ is supported for RDS Custom for SQL Server

AWS
Rafet
已回答 2 年前

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

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

回答问题的准则