
Explanation:
The question requires sharing a large read-only dataset across a managed instance group (MIG) with low latency, fast instance startup, and minimal cost.
Option C is optimal: it meets all requirements by leveraging a shared persistent disk for cost efficiency, low latency, and quick instance initialization.
Ultimate access to all questions.
No comments yet.
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.