Saturday 7 April 2018

How to find out version of Amazon Linux AMI



How to get the version/distribution/ release information of Linux that is running on the EC2 instance running Linux via command line?


The version/distribution/ release information is stored in /etc/system-release. Just run the following command:

[root@linuxcnf ~]# cat /etc/system-release
Amazon Linux AMI release 2017.03
[root@linuxcnf ~]#

Done!!!

No comments:

Post a Comment