Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you ensure the boot disk of a preemptible instance is persisted for re-use when provisioning it with gcloud compute instances create?
A
gcloud compute instances create [INSTANCE_NAME] --preemptible --no-boot-disk-auto-delete
B
gcloud compute instances create [INSTANCE_NAME] --preemptible --boot-disk-auto-delete=no
C
gcloud compute instances create [INSTANCE_NAME] --no-auto-delete
D
gcloud compute instances create [INSTANCE_NAME] --preemptible. The flag --boot-disk-auto-delete is disabled by default.