AWS
docs.aws.amazon.com › amazon linux › user guide › what is amazon linux 1?
What is Amazon Linux 1? - Amazon Linux 1
Describes Amazon Linux and the end-of-life for AL1.
Amazon Web Services
aws.amazon.com › amazon linux ami
AWS | Amazon Linux AMI
2 weeks ago - The Amazon Linux AMI (also called Amazon Linux 1) reached its end of life on December 31, 2023. Amazon Linux AMI will not receive any security updates or bug fixes starting January 1, 2024.
Videos
Reddit
reddit.com › r/aws › what's the main difference between amazon linux 1 and amazon linux 2?
r/aws on Reddit: What's the main difference between Amazon Linux 1 and Amazon Linux 2?
January 14, 2023 - Package availability depends on maintainers doing work to make those packages available for a given linux distribution. Older versions of a distribution stop getting updates because it's not worth the work. Amazon linux 1 is old and considered end-of-life.
Amazon
alas.aws.amazon.com › alas1.html
Amazon Linux 1 (EOL) Security Advisories
Below are bulletins for security or privacy events pertaining to Amazon Linux 1 (EOL).
AWS
aws.amazon.com › blogs › aws › update-on-amazon-linux-ami-end-of-life
Update on Amazon Linux AMI end-of-life | Amazon Web Services
May 21, 2025 - Update Jan 2, 2024 – The Amazon Linux AMI (also called Amazon Linux 1) reached its end of life on December 31, 2023. Amazon Linux AMI will no longer receive any security updates or bug fixes. We encourage customers to upgrade their applications to use Amazon Linux 2023, which includes long ...
AWS
docs.aws.amazon.com › amazon linux › user guide › al1 release notes
AL1 release notes - Amazon Linux 1
Collection of historical release notes for Amazon Linux 1 (AL1)
End of Life Date
endoflife.date › amazon-linux
Amazon Linux | endoflife.date
2 weeks ago - The original Amazon Linux AMI is now in a maintenance support phase with a limited set of packages still being supported.
Amazon
alas.aws.amazon.com › index.html
Amazon Linux 1 Security Advisories
Below are bulletins for security or privacy events pertaining to Amazon Linux 1.
Amazon
alas.aws.amazon.com
Amazon Linux 2023 Security Advisories
Below are bulletins for security or privacy events pertaining to Amazon Linux 2023.
GitHub
github.com › amazonlinux › amazon-linux-2023
GitHub - amazonlinux/amazon-linux-2023: Amazon Linux 2023 · GitHub
Authenticate your Docker client to the Amazon Linux Public registry. Authentication tokens are valid for 12 hours. For more information, see Private registry authentication in the Amazon Elastic Container Registry User Guide. Note The get-login-password command is supported using the latest version of AWS CLI version 2. For more information, see Installing the AWS Command Line Interface in the AWS Command Line Interface User Guide. $ aws ecr-public get-login-password --region us-east-1 ...
Starred by 616 users
Forked by 48 users
Languages HTML
Top answer 1 of 5
85
You can use /etc/os-release file to get the info about Amazon Linux Version, the machine is running.
In case of Amazon 1
[ec2-user@ip-x-x-x- ~]$ cat /etc/os-release NAME="Amazon Linux AMI" VERSION="2018.03" ID="amzn" ID_LIKE="rhel fedora" VERSION_ID="2018.03" PRETTY_NAME="Amazon Linux AMI 2018.03" ANSI_COLOR="0;33" CPE_NAME="cpe:/o:amazon:linux:2018.03:ga" HOME_URL="http://aws.amazon.com/amazon-linux-ami/"In case of Amazon 2
[ec2-user@x-x-x-x ~]$ cat /etc/system-release Amazon Linux release 2.0 (2017.12) LTS Release Candidate [ec2-user@fresh-amazon-host ~]$ cat /etc/os-release NAME="Amazon Linux" VERSION="2.0 (2017.12)" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2.0" PRETTY_NAME="Amazon Linux 2.0 (2017.12) LTS Release Candidate" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2.0" HOME_URL="https://amazonlinux.com/"
As you can clearly see the two different versions, mentioned as Amazon Linux and Amazon Linux 2.0
2 of 5
14
$ cat /etc/system-release
or
$ cat /etc/issue
or
$ uname -a
and head for https://aws.amazon.com/amazon-linux-ami/
Docker Hub
hub.docker.com › _ › amazonlinux
amazonlinux - Official Image | Docker Hub
1, 2018.03, 2018.03.0.20231218.0 · Where to file issues: amazonlinux/container-images/issues · the Amazon Linux forums · Supported architectures: (more info) amd64, arm64v8 ·
AWS
docs.aws.amazon.com › amazon linux › user guide › comparing al1 and al2023
Comparing AL1 and AL2023 - Amazon Linux 2023
Learn about key differences between Amazon Linux 1 (AL1) and Amazon Linux 2023. Find out about lifespan and support, consistency with deterministic upgrades through versioned repositories, and new core packages.
AWS
docs.aws.amazon.com › amazon linux › user guide › al1 release notes › amazon linux 1 (al1) version 2018.03 release notes
Amazon Linux 1 (AL1) version 2018.03 release notes - Amazon Linux 1
This topic includes Amazon Linux 1 (AL1) release notes updates.
AWS
docs.aws.amazon.com › amazon linux › user guide › using al1 on aws
Using AL1 on AWS - Amazon Linux 1
Learn how you to use AL1 on AWS services such as on Amazon EC2 instances.
AWS
docs.aws.amazon.com › pdfs › linux › al1 › ug › al1-ug.pdf pdf
User Guide Amazon Linux 1
................................................................................................................ 1 · Amazon Linux ................................................................................................................................................
AWS
docs.aws.amazon.com › amazon linux › user guide › al1 release notes › amazon linux 1 (al1) version 2013.03 release notes
Amazon Linux 1 (AL1) version 2013.03 release notes - Amazon Linux 1
This topic includes Amazon Linux 1 (AL1) release notes updates.
AWS
docs.aws.amazon.com › amazon linux › user guide › al1 release notes › amazon linux 1 (al1) version 2017.03 release notes
Amazon Linux 1 (AL1) version 2017.03 release notes - Amazon Linux 1
This topic includes Amazon Linux 1 (AL1) release notes updates.
Top answer 1 of 7
121
Instead of guessing which version of RHEL a particular distro is based off, just run:
rpm -E %{rhel}
For Amazon Linux 2, this will give you 7.
2 of 7
37
There's a discussion thread available over on the AWS forums that indicates the officially supported Amazon Linux AMI is not based upon any Linux distribution. Rather, the Amazon Linux AMI is independently maintained image by Amazon.
AWS
docs.aws.amazon.com › amazon linux › user guide › al1 release notes › amazon linux 1 (al1) version 2016.09 release notes
Amazon Linux 1 (AL1) version 2016.09 release notes - Amazon Linux 1
This topic includes Amazon Linux 1 (AL1) release notes updates.