Google Cloud Professional Cloud Developer — Question 119

You are a developer working with the CI/CD team to troubleshoot a new feature that your team introduced. The CI/CD team used HashiCorp Packer to create a new Compute Engine image from your development branch. The image was successfully built, but is not booting up. You need to investigate the issue with the CI/
CD team. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer, D, is effective because it allows direct access to the OS logs, which can provide insights into why the image isn't booting. Options A and C do not directly address the boot issue and may delay troubleshooting, while option B, although useful for accessing logs, is more cumbersome and time-consuming than checking the logs through the serial port.