1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

#AWS のサーバーで OS のバージョンを確認するコマンドは cat /etc/os-release

Last updated at Posted at 2019-11-10

ElasticBeanstalk の nodejs プラットフォーム環境で確認

$ 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/"

CentOSではないらしい

あ、そういえばそうでしたよね。

yumがあるからといってCentosではない。

cat /etc/centos-release

これどこー?って探してしまっていたよ。

Ubuntuではないらしい

fmfm

Linux Loft distribution とか出ないかな?

LOFTのサーバー業界進出を願ってます。

image

Original by Github issue

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?