Existing t2.micro instance updated to t3.micro with Ubuntu 20.04 upgrade - no network interface

0

I have a t2.micro instance that was working fine. Upgraded from Ubuntu 18.04 to 20.04 and also changed the instance ype to t3.micro. After reboot I don't have a network interface. I see the eni interface on the instance config yet only the lo interface is available. How do I get the eni back?

質問済み 2年前439ビュー
2回答
0

https://aws.amazon.com/premiumsupport/knowledge-center/ec2-ubuntu-secondary-network-interface/

This is not exactly what your issue is, but maybe it can point you in the right direction?

Make sure the config file is correct? /etc/netplan/51-eth1.yaml and/or maybe simply running netplan --debug apply might be what's missing?

回答済み 2年前
0

Under the hood, the t2 and t3 instance types use different virtualisation (t2 uses Xen, t3 uses Nitro). The network drivers required by the operating system change and that's why you can't see the network interface once you move to a t3 instance type.

Before performing the change, ensure that you install the ENA driver. Although these instructions reference Red Hat you should be able to extrapolate for Ubuntu.

profile pictureAWS
エキスパート
回答済み 2年前

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

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

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