
Ultimate access to all questions.
As a developer collaborating with the CI/CD team to debug a new feature, you encounter an issue where a Compute Engine image built using HashiCorp Packer from your development branch fails to boot. The image was created successfully, but it does not start properly. How should you proceed with the CI/CD team to investigate this problem?
A
Create a new feature branch, and ask the build team to rebuild the image.
B
Shut down the deployed virtual machine, export the disk, and then mount the disk locally to access the boot logs.
C
Install Packer locally, build the Compute Engine image locally, and then run it in your personal Google Cloud project.
D
Check Compute Engine OS logs using the serial port, and check the Cloud Logging logs to confirm access to the serial port.