I've created a preemptible virtual instance in Google Compute Engine. And I understand the following warning:
Preemptible instances are available from a finite amount of Compute Engine resources, and might not always be available.
According to the docs, preemptible instances get terminated after 24 hours or before based on computing resources available. That said, I'm not very clear about what terminated means here.
In particular, do my instances and all the related resources connected to my instances (i.e GPU, Disk(100GB))
get deleted when my instances are terminated? (or) Do I have to manually remove everything so I won't get charged (or) Does terminate means that my instance will get shutdown (i.e stop) and when I start it again everything will be there (like my data in my Disk(100GB)). It wasn't very detailed in the docs.