
Ultimate access to all questions.
To optimize the performance and ensure reliability of an HTTPS web application, you are tasked with setting up an autoscaling managed instance group in Google Cloud. It is crucial that any virtual machines (VMs) determined to be unhealthy are automatically recreated to maintain seamless service. What steps should you take to achieve this?
A
Create a health check on port 443 and use that when creating the Managed Instance Group.
B
Select Multi-Zone instead of Single-Zone when creating the Managed Instance Group.
C
In the Instance Template, add the label 'health-check'.
D
In the Instance Template, add a startup script that sends a heartbeat to the metadata server.