How do I start instance on GCE again after power off. Instance shows TERMINATED , but has PERSISTENT disk type.
if I use add instance with the same instance name it asks me for the Select an new image with only choice of OS level, not my existing disk. then fails with
ERROR: RESOURCE_ALREADY_EXISTS: The resource XXXX already exists
Is there way to start (or clone) copy of image once stopped? Anything similar to AWS stop/start. I don't care about instance state or scratch to be saved, just start since I have boot disk stored and payed for.