My WordPress website is down after I restarted VM instance of Google Cloud Platform. It had Ephemeral IP, I find out my External IP has been changed!
Old IP address: 35.200.58.194 New IP address for instance: 35.187.215.2 (Now I made it Static IP)
When I open New IP address, it shows error "This site can’t be reached".
I've deployed "WordPress Google Click to deploy" on VM Instance. OS: Debian 9.12
Now, I just want to recover my website. How can I do that?
Even I'm unable to SSH from Google Console, it's also stopped working. I'm able to access Google Cloud Shell. I've Run this command in Cloud Shell:
gcloud beta compute ssh --zone "myzone" "vminstance" --project "projectname"
It gives this error:
Permission denied (publickey).
(gcloud.beta.compute.ssh) [/usr/bin/ssh] exited with return code 255.
I don't want to lose my website, I'm a beginner and worked really hard for this website! Any help will be appreciated.