Earlier quoted context omitted.
In theory, since the kernel is specifically tuned towards running on EC2 virtual machines (by the people who know EC2 virtual machines better than anyone) as opposed to 'generic' hardware, performance might be slightly better. Also, and for many more importantly, it's probably easier to get support from Amazon if you're using their official Linux as opposed to a third party distribution.
Your first point is not true compared to Ubuntu at least [0]. AWS is basically are repackaged version of KVM (the last time I checked), so there's no particular advantage. Ubuntu (and I'm sure Centos/RHEL) provide custom images which have the same optimised code. [0] I'm pretty sure it's true for CentOS / RHEL, I just don't know for a fact.
Introducing Amazon Linux 2
21–29 of 29 posts
Re: Introducing Amazon Linux 2
#22Earlier quoted context omitted.
I don't know about you, but I like how systemd can restart my processes if they die. sysvinit is ancient; time to move on.
I've been managing all my application daemons with supervisord across systems for this reason - it's agnostic as to the underlying init system, can restart crashed daemons, and provides the same kind of "service up/down" functionality as sysv or systemd. Systemd can do quite a lot, but if you have to do any kind of orchestration across nonhomogenous machines, you can't necessarily count on it being in play.
I would really like to see something UI-compatible with systemd that works on non-Linux, though.
Re: Introducing Amazon Linux 2
#23as an AWS noob, why would anyone use this over Centos or Ubuntu?
In theory, since the kernel is specifically tuned towards running on EC2 virtual machines (by the people who know EC2 virtual machines better than anyone) as opposed to 'generic' hardware, performance might be slightly better. Also, and for many more importantly, it's probably easier to get support from Amazon if you're using their official Linux as opposed to a third party distribution.
Re: Introducing Amazon Linux 2
#24"It includes systemd service and systems manager as opposed to System V init system" I'm off to rewrite/test/fix all ansible and puppet modules so they support FreeBSD. I had hoped AWS was smart enough to stay sober, but no. Too bad, I liked AWS Linux.
I don't know about you, but I like how systemd can restart my processes if they die. sysvinit is ancient; time to move on.
Re: Introducing Amazon Linux 2
#25Earlier quoted context omitted.
I've been managing all my application daemons with supervisord across systems for this reason - it's agnostic as to the underlying init system, can restart crashed daemons, and provides the same kind of "service up/down" functionality as sysv or systemd. Systemd can do quite a lot, but if you have to do any kind of orchestration across nonhomogenous machines, you can't necessarily count on it being in play.
The nice thing about systemd is that it works the same across various Linux distros (unlike even sysvinit!). So I've been solving this problem by pushing everyone to upgrade to a version that supports systemd. :-) I would really like to see something UI-compatible with systemd that works on non-Linux, though.
Re: Introducing Amazon Linux 2
#26"It includes systemd service and systems manager as opposed to System V init system" I'm off to rewrite/test/fix all ansible and puppet modules so they support FreeBSD. I had hoped AWS was smart enough to stay sober, but no. Too bad, I liked AWS Linux.
Re: Introducing Amazon Linux 2
#27"It includes systemd service and systems manager as opposed to System V init system" I'm off to rewrite/test/fix all ansible and puppet modules so they support FreeBSD. I had hoped AWS was smart enough to stay sober, but no. Too bad, I liked AWS Linux.
I don't know about you, but I like how systemd can restart my processes if they die. sysvinit is ancient; time to move on.
Re: Introducing Amazon Linux 2
#28"It includes systemd service and systems manager as opposed to System V init system" I'm off to rewrite/test/fix all ansible and puppet modules so they support FreeBSD. I had hoped AWS was smart enough to stay sober, but no. Too bad, I liked AWS Linux.
Yes, pity. The lack of systemd is a major driver for use of Amazon Linux for us and our efforts to get away from Red Hat. We won't be adopting AL 2 because of this (not if I can help it anyway). I had actually thought that AL not adopting systemd was a sign of clue, but it seems it was just slowness. Let's hope they leave the original AL around long enough to find alternatives we can trust.
Red Hat is not systemd. You'll find it in Ubuntu, Debian, SuSE, Arch, and RHEL/CentOS/Scientific.
Re: Introducing Amazon Linux 2
#29"It includes systemd service and systems manager as opposed to System V init system" I'm off to rewrite/test/fix all ansible and puppet modules so they support FreeBSD. I had hoped AWS was smart enough to stay sober, but no. Too bad, I liked AWS Linux.