Instance Change results in Instance reachability check failed

0

I changed an instance from t2.medium to c6i.large running Windows Server 2019 and 1 of the status checks fails and says "Instance reachability check failed." If I change back to t2.medium it boots again. How do I fix this?

已提問 2 年前檢視次數 1922 次
2 個答案
0

The instance probably needs rebooted, but for windows this can cause issues if not shut down from the OS side. Here are the troubleshooting steps for that error in case rebooting does not solve the issue: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html

AWS
SeanM
已回答 2 年前
  • I did try a reboot and I tried shutting down from OS prior to instance change, but I still had the same issue. I followed the steps in the link provided as well. I change to m5.large and it was fine, so I am not sure what is going on here.

0

Hello,

Thank you for positing the use case. I will be happy to assist you today.

This outcome been experienced is expected as you are changing from an HVM instance type family T2 to a Nitro Instance family. The drivers requirements varies hence, before making the change You must install the necessary drivers required for Nitro Instances like c6i.large to run.

To resolve the issue, perform the following actions below:

  1. Change the Instance back to t2.medium and start it

  2. Once in Running state, Connect to the Instance via RDP

  3. Install the following latest Drivers

  4. Go ahead to Stop the Instance and Change the Instance type to c6i.large. See the guideline to change Instance type Change the instance type of an existing instance

  5. It should pass health and status check now.

Note that t2.medium Instances uses PV drivers for Networking and Storage while c6i.large Instance uses ENA for networking, NVMe for Storage.

Further reading on the Instances types -

Compute optimized instances

General purpose instances

I hope you find it very helpful and if issue persists, feel free to reach back by replying on here or open an AWS technical support to AWS Premium Support and Contact Us

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南