What Linux Distribution is 'Amazon Linux AMI' built on?

I wonder what Linux distribution is for the AWS LINUX AMI so I used this command:

$ cat /etc/os-release

The info shows below suggests the Linux distro is Fedora. Why people say Amazon Linux is CentOS?

NAME="Amazon Linux AMI"
VERSION="2016.09"
ID_LIKE="rhel fedora"
VERSION_ID="2016.09"
PRETTY_NAME="Amazon Linux AMI 2016.09"
ANSI_COLOR="0;33"
CPE_NAME="cpe:/o:amazon:linux:2016.09:ga"
HOME_URL=""

1

2 Answers

Looks like Fedora, Redhat, centOs are almost the same thing. See explain here

Redhat is based on Fedora
CentOs is based on Redhat
Amazon Linux AMI is based on Fedora.

Amazon Machine Image - Wikipedia

Amazon has their own Linux distribution based on Red Hat Enterprise Linux. This offering has been in production since September 2011, and in development since 2010.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like