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?

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠