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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you create a VM instance with cloud sdk?

A

gcloud compute instances create INSTANCE_NAME

How well did you know this?
1
Not at all
2
3
4
5
Perfectly