1
1

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.

EC2インスタンスにセカンダリプライベートIPが紐づかなかった話

1
Last updated at Posted at 2025-04-05
  1. 事象:EC2インスタンス(m7i.large)にセカンダリIPアドレスを紐付け用とした際にAWSコンソール上ではアタッチされているがOS側(RedHat9)からは認識しないという問題が発生した。

  2. 原因:ネットワークマネージャーのバージョンが古いこと
    →最近のOSではAWS側で複数のIP、ENIをアタッチした時にOS側でも自動で認識して設定を変更してくれるようになっているのだが、RedHat9環境のこのインスタンスではネットワークマネージャーのバージョン差異が発生し、この自動設定が行われなかった。

  3. 解決:ネットワークマネージャーのバージョンを上げたら解決

参考記事:
https://dev.classmethod.jp/articles/rhel-nm-cloud-setup/

1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?