- Newest
- Most votes
- Most comments
Hi Sanjeev,
It looks like the OS is getting stuck during the boot process. Normally it can be resolved by going in recovery mode, but with EC2 that may not be an option.
Is there any important / critical data on it? If yes, detach the EBS volume and attach it to a different instance to recover the data. If not, then it might be better to just terminate the instance and launch a new one.
Hope this helps.
Hello,
Sometimes, insufficient memory can also affect the boot process. Change the instance type with more memory and start the instances again.
Also try to disable AppArmor using userdata script.
Thanks for your inputs Praveen, i tried to disable AppArmor with User Data and also update instance type with more memory but no luck, its showing same AppArmor issue.
Relevant content
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
Thanks for your reply, I can try this but before i would like to recover the existing instance.