English 中文(简体)
Is it secure to upload an application on VPS Hosting Companies?
原标题:

This is the first time I ve to deploy an application on a VPS host somewhere around the globe.
There are plenty of companies offering VPS services linode,slicehost...

VPN looks to me like the most configurable/secure way of deploying my app (as I m not a big Company with its own servers/upload bandwidth)

My question is: Can we trust VPS hosting companies?

If you have an application/Database that can give you a profit of let s say $100k/year. Would you deploy it on a third party host service knowing that your code (written in java in this case) or DB could be maybe accessed by someone?

Where are you deploying your applications?

What steps can we adopt to prevent bad admins to steal our work?

最佳回答

There s no difference between VPS hosting companies and regular hosting companies, except that the hardware with a VPS company is virtual.

Normal hosting plans or dedicated hardware rental still puts your hardware at the mercy of your host, who more often than not has a way of getting root access to your machine for support issues, not to mention simple physical access by the fact that it s their company hardware.

An unscrupulous company has any number of ways to get at your data if they want to, VPS or not. It comes down to whether you trust the company itself, not what type of hosting they offer. If you are really concerned about this, then you will want to host your hardware yourself. Some companies offer this as a service... you basically bring your hardware to them, and lock it up in their facility using your own key.

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签