Can we create a SQL Server RDS in AWS Active/Active?

641 Views Asked by At

I have question about AWS RDS. what we have to do to create a SQL Server RDS Active/Active or Multi-Master Cluster on AWS? Is there any easy way in AWS RDS? Thanks.

1

There are 1 best solutions below

1
mcalligator On BEST ANSWER

assuming your requirement absolutely must have the ability to commit transactions to multiple database server instances, what you need is Always On Availability Groups (AGs). To set this up in Amazon RDS SQL Server, here's the relevant bit of the documentation. That should be enough to get you started!