
Ultimate access to all questions.
You are managing a production Linux virtual machine located in the US-Central region within Google Cloud Platform. To ensure redundancy and quick recovery, you need to create a replica of this virtual machine in the US-East region. Additionally, this replica needs to be easy to manage and update whenever changes occur on the production virtual machine. The replica will be deployed in a different project within Google Cloud Platform. What steps must you take to achieve this?
A
Use the Linux dd and netcat commands to copy and stream the root disk contents to a new virtual machine instance in the US-East region.
B
Create a snapshot of the root disk and select the snapshot as the root disk when you create a new virtual machine instance in the US-East region.
C
Create an image file from the root disk with the Linux dd command, then create a new virtual machine instance in the US-East region using this image file.
D
Create a snapshot of the root disk, create an image file in Google Cloud Storage from the snapshot, and then create a new virtual machine instance in the US-East region using the image file as the root disk.