How much do you trust cloud services / outside hosts with proprietary info?


4

I've long been of the opinion that the core assets of a software company (e.g. source code and any system that touches it, continuous integration environments, internal wikis containing design/planning docs, etc. etc) should always be closely-held. In other words, hosted in-house, maintained by employees, and not managed by outsourced vendors.

However, I'm starting to revisit this line of thinking. Some counterarguments, in no particular order:

  • We've outsourced email forever (because the associated admin is just way too costly), and there's plenty of confidential / "proprietary" stuff flowing through email (not on the level of source code, but certainly business terms, technical discussions, etc)
  • No one really cares about our stuff that much. We're a small software company, and in a hosted environment, the changes of us being targeted for theft, etc., seems absurdly small given much more lucrative opportunities for such things. (This the apparent vs. actual risk aspect.)
  • We don't have a dedicated sysadmin, so just think of all the time and resources being spent/wasted managing various internal systems only because of some amorphous fear.
  • Of course, even worse is the opportunity cost of the admin time/resources. Maybe we wouldn't be so small if we weren't fiddling around with CI server admin and such ;-)

Thoughts?

EDIT: Just FYI, by "cloud/outside hosts", I mean operations like Amazon AWS, Rackspace, et al.; decidedly not second or third tier hosts, startups, mom-and-pops, etc.

Outsourcing Infrastructure

asked Oct 23 '09 at 13:57
Blank
Cemerick
123 points

8 Answers


8

We are a very successful Silicon Valley startup and we don't have a single server on our office network. Everything is in the cloud. Gmail and Google Apps, bug tracking, SVN hosting, dev/qa servers, CRM, telecom...everything. The fact is, your secrets probably aren't very valuable and a snapshot of your company is of little use. Companies create value over the long term by having a great team execute on good ideas on a continuous basis.

answered Oct 23 '09 at 19:09
Blank
Pbreit
379 points

5

The key to answering this question is that as a startup, you don't have the resources to innovate on a non-functional concern.

Outsource what is not your core competency to someone who does it better, cheaper, etc.

The truth is that Amazon, Google, etc. are not going away any time soon, if ever. You're data, email, etc. is likely much safer there than it would be on your private network which probably has a wireless access point that could be hacked by other close by companies/employees.

The most important thing here besides security is continuity and the cloud can offer that to you, cheaply.

answered Oct 23 '09 at 15:24
Blank
Cary
156 points
  • +1, agreed. Weigh the chance that they go down or get hacked against the chance that something you host yourself will go down or get hacked, and the cost of building it yourself, and the cost of fixing when it is hacked, and it becomes a no-brainer. Unless you actually ARE Amazon! – Jason 14 years ago

3

Off the top of my head, I can think of 4 approaches to hosting.

  1. In the cloud (let's lump all the different options in here.).
  2. Hosted either either managed or unmanaged at an ISP.
  3. Low budget, low reliability in house. In other words, put it on your DSL line and hope for the best.
  4. Expensive, somewhat reliable in house.

For a startup #4 will never be as reliable as either 1 or 2. Not by an order of magnitude. Do you really want to deal with servers, UPSs, connectivity from multiple vendors, etc, when you can get a small instance from ec2 for $72/month?

Looking at #1 and #2, they're really equivalent. It's a question of who you let access your data. Overall, I believe it's certainly worth it. We're fully hosted on ec2/s3.

answered Oct 24 '09 at 15:40
Blank
Dror
1,833 points

3

I find mysef to be pretty trusting when it comes to data passing over other networks through the cloud: I really don't think that a nosey sysadmin on their end will snoop our data and, if they do, it will take a lot of snooping before they find any "juicy" stuff.

However, I don't trust the cloud to keep our data safe. I hear story after story of cloud failures, insane theft stories (Ocean's 11-style ), floods, etc. And then there's the fact that a cloud provider could just all of a sudden shut down. No warning, just gone.

That scares me. We're a sotware company and spent hundreds of thousands of dollars to develop soft assets. I trust a federally-regulated and insured bank with my assets, but not Google or any other company with "we can change it whenever we feel like it" terms of service which state their not liable for loss, blah blah blah...

But I do believe that both our in-house apps and the cloud will notfail simultaneously. Whatever we put in the cloud, we have a redudant copy in the office. Exchange server, local mailbox. Local back-ups that go to the cloud for backup. Etc.

Yes, it costs more in terms of time... but it's worth it to know the data is safer.

answered Oct 23 '09 at 14:29
Blank
Alex Papadimoulis
5,901 points

1

Cloud hosting and data center companies are professional companies that earn their bread-n-butter through providing these services. "For a startup" , It is safer to host the data at one of these companies than to manage it yourself on counts of uptime, cost efficiency , reliability, flexibility and even data security. I also agree with Alex that a redundant copy of the same needs to be maintained locally as well. The beauty and bane of digital data is that it can be copied easily and backups maintained.

answered Oct 24 '09 at 15:19
Blank
Kabir
96 points

1

If you are worried that some of your data is proprietary then you can perhaps encrypt it, but the decryption would be on the software in the cloud so it is only limited protection.

As more people move to doing software in the cloud then it will be harder for the companies to really be able to mine the data as easily.

But, if you are really concerned then just host it yourself.

We are looking at putting the software in the cloud mainly for uptime, as we are developing software to be used by safety engineers, and if they need to make a change while the crane is waiting, they can't wait for a computer to reboot.

So, the convenience is more important than what they may learn from the database.

answered Oct 23 '09 at 14:39
Blank
James Black
2,642 points
  • There is absolutely NO reason for having the decryption engine in the cloud if you do not want it. – Jacco 14 years ago
  • @Jacco - Then how would the data be decrypted to be used by the application? I am assuming you want the entire app in the cloud, as, if reliability is the concern then having the decryption part be elsewhere would be risky. – James Black 14 years ago
  • "I am assuming you want the entire app in the cloud" There are many scenarios where you use the cloud for data storage and use an application hosted somewhere else. From security point of view, as private key should not be stored anywhere other than in memory -> enter the private key on startup. – Jacco 14 years ago
  • I agree with James and disagree with Jacco. There's no reason not to build an encrypted credential or other bundle w/ your cloud instance deployment strategy as a hedge against an instance being compromised. The level of security Jacco is advising is inherently impractical for a cloud solution. – Winfield 14 years ago

0

All good advice... especially regarding backups & encryption.

I'll just add a point regarding security:

Enforce secure connections. Most systems can be set this way, to require https: and SFTP, for example. This is even a good idea for things like your blog platform control panel and other such "non-critical" resources.

answered Nov 17 '09 at 05:24
Blank
Darius Dunlap
256 points

0

If they are holding your data/code, you need some agreement where they can place it in escrow and agree to send you backups on DVD's if they go out of business.

answered Dec 10 '09 at 04:28
Blank
Jeff O
6,169 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Outsourcing Infrastructure