- Newest
- Most votes
- Most comments
Hello @joyver
If you receive a prompt that an EC2 status check failed and an Elastic IP has been unlinked and released, you can try these steps to troubleshoot: Check the instance's status check metrics See if the instance status check or system status check failed. Check the instance's system logs If the instance status check failed, check the system logs to see what caused the failure. Check for a Kernel Panic error If the system log contains a Kernel Panic error message, the kernel might not have the vmlinuz or initramfs files. These files are required to boot successfully. Stop and start the instance If a system status check failure indicates a problem with the AWS systems, you can stop and start the instance to migrate to a different underlying host. You can also release an Elastic IP address by following these steps:
- Open the Amazon EC2 console
- Select Elastic IPs in the navigation pane
- Select the Elastic IP address to release
- Choose Actions, then Release Elastic IP addresses
- Select Release
An Elastic IP address is a static IPv4 address that is allocated to an AWS account. It can be used to mask an instance or software failure by remapping the address to another instance in the account.
If the Answer is helpful, please click Accept Answer & UPVOTE, this can be beneficial to other community members.
answered 2 years ago
