Compute Flashcards
1
Q
What are preemptible VMs, describe them?
A
Preemptible VMs are vms that can be stopped by google if their resources are needed else where.
Will stop running after 24 hours
These VMs are cheaper then normal one
2
Q
How do Spot instances differ from preemtible VMs?
A
Spot instances are the latest version of preemtible VMs with the difference that they do not stop after 24 hours running consecutively
3
Q
How do you create a VM instance with cloud sdk?
A
gcloud compute instances create INSTANCE_NAME