1 Answer
- Newest
- Most votes
- Most comments
0
Unfortunately, there's not really enough information to go on here. Please create a support case because our support team can help you troubleshoot this issue.
Note that we have documentation to help:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html
https://aws.amazon.com/premiumsupport/knowledge-center/ec2-windows-system-status-check-fail/
Relevant content
- asked a year ago
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Looking further into the system log, it shows the original IP address even though this changed after reboot - we had not set an elastic IP (Instance ID is i-0047e658913bb7c02) .
Creating a clone (i-0123f19b737b00af2) from the original does not help as it inherits the same IP address problem.
I assume this is set in the /etc/hosts file but we have no way of changing unless we can get the instance started.
Is there any other way we can wipe this? Perhaps create a new root volume and attach that to this system?
What you can do is create a new instance; mount the existing volume to that instance; edit the
/etc/hosts
file; then relaunch the (original) instance.