Open3

脆弱性管理

mrfujimrfuji

EC2インスタンスが持つ脆弱性をlistする

cat /etc/motd

例えば

[root@ip-xxxxxxx-6 24/10/23 15:03:44 ~]# cat /etc/motd
Updates Information Summary: available
    17 Security notice(s)
         5 Important Security notice(s)
        12 Medium Security notice(s)
Security: kernel-6.1.112-122.189.amzn2023.x86_64 is an installed security update
Security: kernel-6.1.79-99.164.amzn2023.x86_64 is the currently running version
Run "sudo dnf update" to apply all updates.
mrfujimrfuji

AmzonLinux2023でのカーネルバージョンアップ

カーネルインストール

 sudo dnf check-update --releasever=latest --security

デフォルトのカーネル書き換え

sudo grubby --set-default=/boot/vmlinuz-6.1.xxxxxxxxx.amzn2023.x86_64
mrfujimrfuji

利用頻度高め

アップデートできるセキュリティパッケージが存在するか確認する

sudo dnf check-update --releasever=latest --security