Java APPs on AWS with MS SQL DBs on AZURE, good Idea ?

Andy LETELLIER 21 Reputation points
2022-10-05T23:03:08.787+00:00

Hello, I have design question. for cost reasons, our MS SQL server DBs are on AZURE but all our Java APP will be migrate on OSD (Managed Openshift) on AWS. Do you think it's a good idea to have APP on AWS and SQL DB in another Cloud ? I don't know about the possible latency... I'm afraid about that but my company go to this direction. If you have feedback, thanks in advance.

Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
69 questions
0 comments No comments
{count} votes

Accepted answer
  1. Oury Ba-MSFT 16,081 Reputation points Microsoft Employee
    2022-10-07T16:23:46.607+00:00

    Hi @Anonymous Thank you for posting your question on Microsoft Q&A and for using Azure services.

    My understanding is that you are asking about the possible latency if having Java APPs on AWS and SQL DB in Azure.
    Latency might not be the biggest problem, even though it should be carefully measure upfront, as - depending on application architecture – can really have a huge impact on performances. One thing to keep in mind that usually network IO done in the same cloud, in the same region, is free. Moving data from one cloud to another will definitely incur in extra costs, as Network IO will most likely be billed both for ingress and egress.
    We would strongly recommend the impact of network io costs before starting any migration.

    Also, OpenShift is available on Azure as well https://azure.microsoft.com/en-us/products/openshift/#overview

    Please let me know if you have additional queries. I will be more than happy to assit you.
    Regards,
    Oury


0 additional answers

Sort by: Most helpful