How to know exact version of Amazon Linux 2?

0

I need to know exact version of Amazon Linux 2, do someone know how to do it? I see in release notes versions like 2.0.20220719.0, but I'm not sure where the version can be obtained from.

/ets/os-release contains only major version 2

質問済み 1年前1326ビュー
1回答
0

I am not aware of a method on how to obtain this information within the instance, however /etc/os-release will contain the major release version information amongst other things, also hostnamectl will output some information for you.

Having said that if you want to know the exact release version that your instance was based on (before you performed any updates/upgrades via packagemanager etc) you can take a look at the AMI ID as it will contain the releaseversion in its name:

Enter image description here

As you can see here the AMI name will contain the releaseversion which correlates with this here: https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20221116.html

AWS
回答済み 1年前
  • Unfortunately I don't have access to such information. I need to check OS version inside .NET application on a customer VM.

  • @Sergey, you could retrieve the ami-id by calling the instance metadata service and then use that to perform a query against the AWS API to extract the needed data.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ