nerdexam
Google

PROFESSIONAL-CLOUD-DEVELOPER · Question #76

You have deployed your website in a managed instance group. The managed instance group is configured to have a size of three instances and to perform an HTTP health check on port 80. When the…

The correct answer is D. Check the firewall rules and ensure that the probes can access the instance. A is not correct because the instance group type is not listed as being a problem. B is not correct because the scenario does not mention autoscaling as being configured. C Is not correct because using SSH to connect to the instance confirms that the website is D is correct…

Monitoring, logging, and troubleshooting applications

Question

You have deployed your website in a managed instance group. The managed instance group is configured to have a size of three instances and to perform an HTTP health check on port 80. When the managed instance group is created, three instances are created and started. When you connect to the instance using SSH, you confirm that the website is running and available on port 80. However, the managed instance group is re-creating the instances when they fail verification. What should you do?

Options

  • AChange the type to an unmanaged instance group.
  • BDisable autoscaling on the managed instance group.
  • CIncrease the initial delay timeout to ensure that the instance is created.
  • DCheck the firewall rules and ensure that the probes can access the instance.

How the community answered

(48 responses)
  • A
    4% (2)
  • B
    10% (5)
  • C
    2% (1)
  • D
    83% (40)

Explanation

A is not correct because the instance group type is not listed as being a problem. B is not correct because the scenario does not mention autoscaling as being configured. C Is not correct because using SSH to connect to the instance confirms that the website is D is correct because the instance has been created and the website is being served, but the health check is failing verification. https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed- instances#monitoring_groups

Topics

#Managed Instance Groups#Health Checks#Firewall Rules#Troubleshooting

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DEVELOPER Practice