Is it possible to have a replica for MS SQL multi cloud

amazon-web-servicesazurerdssql server

I have a task where a Microsoft SQL database which is hosted on an AWS Windows EC2 instance and will need to have a replica on Azure. This is so that a team who manages the Azure infrastructure can consume the data with some analytic systems.

I work mostly on the compute side and am pretty weak with the database side of things.

My question is – how do I go about doing this? The SQL database can be moved from the EC2 instance to an RDS instance, if that helps at all.

Any input will help.

Thanks

Best Answer

You may consider a third-party tool like CloudBasic's that perform intercloud replication between Azure SQL Database and AWS SQL databases.

SymmetricDS is another tool you can consider.

Related Question