I have created a webapp that has a lot of database connections in backend. What I want is to place the webapp in a paid server, at the same time the database of the app is to be placed in a cloud. Is this possible? or whether I need to move the whole webapp and database to a cloud?
Share
Technically, sure.
However, you’ll have to check carefully latency issues by pinging from one server to another.
Also understand zones, in regards to how various servers in one cloud communicate to the ones in the db cloud.
Generally speaking, it seems best to have DB and APP server close together.