Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To ensure high availability for your application server running on Compute Engine in the europe-west1-d zone, you need to replicate it to the europe-west2-c zone with minimal steps. What is the most efficient method to achieve this?
europe-west1-d
europe-west2-c
A
Create a snapshot from the disk. Create a disk from the snapshot in the europe-west2-c zone. Create a new VM with that disk.
B
Use gcloud compute instances move with parameter --destination-zone europe-west2-c to move the instance to the new zone.
gcloud compute instances move
--destination-zone europe-west2-c
C
Create a snapshot from the disk. Create a disk from the snapshot in the europe-west1-d zone and then move the disk to europe-west2-c. Create a new VM with that disk.
D
Use gcloud to copy the disk to the europe-west2-c zone. Create a new VM with that disk.
gcloud