So, I an EC2 instance and 2 volume with 8GB and 50GB. Initially 8GB was mounted to root device (/dev/sda1). I intended to switch root to 50GB. Here are the steps, I followed:
- Stop the instance
- De-attach 8GB
- De-attach 50GB
- Attach 50GB to instance using /dev/sda1
- Start the instance
Now, I see status checks 1/2 passed. I can not login to machine. Can anyone explain how to fix this issue? I stopped and started the instance again but it did not work. Please help.