We are in the process of design a new application which based on a hybrid cloud architecture. We want to keep the data center centralized and managed in-house. And the appserver could be hosted by one of the service providers like EC2 Amazon. I am looking some best practice around data connection between the cloud and datacenter and how secure it. ~Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
That's going to create a pretty slow application. I'd strongly recommend having your DB and App servers on the same network. But if you really can't, then just secure it as you would any public-facing server:
|
|||
|
|