
Answer-first summary for fast verification
Answer: The GPU you're trying to attach isn't available in the specified zone.
The correct answer is **A** because GPU availability is zone-specific in Google Cloud Platform. A GPU available in one zone may not be available in another. Refer to the [GCP documentation on GPUs](https://cloud.google.com/compute/docs/gpus) for more details. - **Option B** is incorrect as GPUs can be attached to any supported OS and machine type. - **Option C** is incorrect because the default compute engine service account is not a requirement for GPU attachment. - **Option D** is incorrect as the instance's scopes do not influence GPU attachment capabilities.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You’ve set up a new Compute Engine instance in the us-central1-b zone. Attempting to attach a GPU as requested by your data engineers results in an error. What is the most probable reason for this issue?
A
The GPU you're trying to attach isn't available in the specified zone.
B
Your instance's operating system does not support GPU attachment.
C
The instance is not configured with the default compute engine service account.
D
The instance lacks the necessary scopes for GPU attachment.
No comments yet.