Ultimate access to all questions.
Your startup has been acquired by a large E-commerce company, leading to a significant increase in website traffic. Your website is hosted on a custom Compute Engine instance. To manage the increased demand, you need to create a copy of your VM. What is the best approach?
Explanation:
Option D is correct because a custom image is specific to your project and serves as a template for creating new VM instances. By creating a custom Compute Engine image from a snapshot, you can replicate the configuration and data of the base VM, enabling the launch of new instances to accommodate the increased traffic. This method is more efficient for scaling than using snapshots directly, which are primarily for backup and recovery. Images facilitate the creation of instances with identical configurations, whereas snapshots are used for disk backups or restorations. For more details, refer to Google Cloud's documentation on creating instances.