Instance Change results in Instance reachability check failed
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?
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
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:
-
Change the Instance back to
t2.medium
and start it -
Once in Running state, Connect to the Instance via RDP
-
Install the following latest Drivers
-
Install
ENA drivers
(This is required for Networking) on the Instance. Follow the steps on the Documentation to install it. Install and upgrade ENA -
Install
NVMe drivers
(This is required for EBS storage volume performance) on the Instance. See Upgrade AWS NVMe drivers -
Update the EC2 Launch on the Instance Update EC2Config and EC2Launch
-
-
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 -
It should pass health and status check now.
Note that
t2.medium
Instances uses PV drivers for Networking and Storage whilec6i.large
Instance uses ENA for networking, NVMe for Storage.
Further reading on the Instances types -
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
Relevant questions
Instance reachability check failed
asked 3 months agoEc2 instance Windows server 2019 upgrade
asked a month agoInstance Change results in Instance reachability check failed
asked a month agoCan I get email when instance reachability check failed
asked a year agoInstance reachability check failed on ec2 ubunut 18.04
asked 3 months agoInstance reachability failed!
asked 3 years agoInstance Status check failed after change from t2.2xlarge to t3.2xlarge
Accepted Answerasked 2 years agoSystem reachability check passed Instance reachability failed!
asked 3 years agoInstance reachability check failed
asked a year agoaws ec2 Instance reachability check failed
asked 7 months ago
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.