Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon Linux vs Red Hat Linux [closed]

I have developed a web service(using ruby/sinatra/sqs) which runs on Linux Red Hat. I am planning to move this on a EC2 instance. I see that Amazon provides a linux version of its own. Is there any reason why I should use Amazon Linux on EC2 instead of Red Hat?

like image 253
randomuser Avatar asked Nov 25 '11 10:11

randomuser


1 Answers

Amazon's Linux AMI is most closely related to Centos, a Red Hat variant. The biggest benefit I've found from using it is their use of the pvgrub boot loader. It makes it trivial to compile and reboot into new or custom kernels.

Besides that, there are many nice-to-haves, such as patches being automatically applied on boot, having many AWS-related command line tools installed by default, and pre-configuration for in-cloud yum repositories.

like image 164
phs Avatar answered Sep 18 '22 18:09

phs