
Explanation:
The correct answer is D: Create a custom Compute Engine image from a snapshot. Create your instances from that image. Creating a custom image from a snapshot ensures that you have a reusable and consistent boot disk for your new instances. Snapshots alone are not directly usable for creating instances; they need to be converted to images first. This approach is more efficient and reliable when you need to create multiple instances with the same configuration.
Ultimate access to all questions.
No comments yet.
To accommodate an anticipated surge in application traffic resulting from a recent business acquisition, you need to create a duplicate of an existing custom Compute Engine virtual machine (VM). What is the best course of action to achieve this?
A
Create a Compute Engine snapshot of your base VM. Create your images from that snapshot.
B
Create a Compute Engine snapshot of your base VM. Create your instances from that snapshot.
C
Create a custom Compute Engine image from a snapshot. Create your images from that image.
D
Create a custom Compute Engine image from a snapshot. Create your instances from that image.