How to Access EC2 Instance even if PEM File is Lost
# mount /dev/xvdf1 /mnt # cp /root/.ssh/authorized_keys /mnt/root/.ssh/ # umount /mnt
Use helper instance pem file to log into recovery instance.