Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your application runs on a managed instance group, and you need to share a large read-only dataset across all instances. The requirements are:
What is the optimal approach?
A
Move the data to a Cloud Storage bucket, and mount the bucket on the filesystem using Cloud Storage FUSE.
B
Move the data to a Cloud Storage bucket, and copy the data to the boot disk of the instance via a startup script.
C
Move the data to a Compute Engine persistent disk, and attach the disk in read-only mode to multiple Compute Engine virtual machine instances.
D
Move the data to a Compute Engine persistent disk, take a snapshot, create multiple disks from the snapshot, and attach each disk to its own instance.