
Ultimate access to all questions.
Your company runs a stateless web application on a single Google Compute Engine instance. This application experiences heavy usage during regular business hours and light usage outside of those hours. Recently, users have reported that the application becomes slow during peak hours. Considering that the application does not maintain state between requests, you need to ensure it can handle the increased load and improve its performance during peak hours by leveraging Google Cloud's capabilities for scaling instances. What should you do?
A
Create a snapshot of the existing disk. Create an instance template from the snapshot. Create an autoscaled managed instance group from the instance template.
B
Create a snapshot of the existing disk. Create a custom image from the snapshot. Create an autoscaled managed instance group from the custom image.
C
Create a custom image from the existing disk. Create an instance template from the custom image. Create an autoscaled managed instance group from the instance template.
D
Create an instance template from the existing disk. Create a custom image from the instance template. Create an autoscaled managed instance group from the custom image.