2 Answers
- Newest
- Most votes
- Most comments
0
Hi - Try these two knowledge articles :
https://repost.aws/knowledge-center/ec2-linux-status-check-failure-os-errors
https://repost.aws/knowledge-center/ec2-linux-fix-suse-upgrade-errors
answered a year ago
0
I’m glad you were able to restore your instance using an old snapshot. Going forward, it's a good idea to implement regular snapshots as part of your update process to ensure you always have a fallback if something goes wrong.
Here are a few key points to keep in mind:
- Regular Snapshots: Schedule automated snapshots before making any major changes.
- Test Updates: Always test updates in a staging environment first.
- Backup Plan: Maintain a retention policy for snapshots to manage storage effectively.
To schedule backups, you can use either Amazon Data Lifecycle Manager or AWS Backup.
For more detailed guidance on handling safe upgrades for SUSE, check out this blog: The Safe SUSE Upgrade: Avoiding Pitfalls When Upgrading AWS Instances.
answered a year ago

Praveen, thanks for the links - I tried many of the solutions recommended but no luck. I ended up having an old snapshot of a working version of the instance and was able to rebuild my EC2 instance and bring it current. Given that impact of this issue, the best plan going forward is to have a regular snapshot of the last working version of the instance. Nuff said!