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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠