Ubuntu – legally use Ubuntu Server to create a commercial web application on Amazon EC2

commerciallicense

Based on Wikipedia Ubuntu is covered mainly under GNU GPL. In my company anything related to GPL means – can't be used, they are very afraid of legal traps related to GPL.

That's why I have this question: can Ubuntu Server on Amazon EC2 be used as a host OS for commercial web application?

If yes, is there any legal documents proving this? I found About Ubuntu Licensing. Is it enough to be sure my company is safe from any legal issues?

Best Answer

Absolutely you can do this. Many companies all over the world run a portion (sometimes all) of their commercial infrastructure on Linux distributions. Ubuntu in this sense is no different from Red Hat, Debian, SUSE, and the rest.

Just because the kernel and many system components are under the GPL, that in no way means the code you run on top of it must also be free or open source software. A simple search for commercial software and commercial web services that run on Linux will prove this quickly.

One simple example would be Google. Virtually their entire server infrastructure runs on Linux, but clearly that hasn't forced them to give out the code to their web indexing software, or Gmail, or G+ (not to mention the entire Android platform which runs on Linux).

As for being sure enough to convince your legal department that it is ok to run Ubuntu Server, you might consider buying an Ubuntu Advantage support contract from Canonical. They (ok, we) include legal indemnification with each support contract. Please see:

http://www.canonical.com/enterprise-services/ubuntu-advantage/assurance-terms

http://www.canonical.com/enterprise-services/ubuntu-advantage/overview

Also: I didn't mention EC2 specifically because there is no reason to think that hosting it on EC2 would be any different compared with running it "in house" from a legal standpoint.

Also, too: In the case of Android, let me clarify. Android's modifications to the Linux kernel are GPL'd, however the rest of the platform is on a very permissive Apache-style license, and obviously a great many companies sell paid, closed-source software that runs on it.