gce/Vm Creation

Runbook for diagnosing VM creation issues.

Product: Compute Engine Kind: Debugging Tree

Description

This runbook helps identify and resolve issues related to VM creation in Google Cloud.

- Checks for quota-related issues.
- Checks for permission-related issues.
- Checks for conflicts such as resource already existing.

Executing this runbook

gcpdiag runbook gce/vm-creation \
  -p project_id=value \
  -p instance_name=value \
  -p zone=value \
  -p principal=value \
  -p start_time=value \
  -p end_time=value

Parameters

Name Required Default Type Help
project_id True None str The Project ID which will host the VM to be created.
instance_name True None str The name of the VM to be created.
zone True None str The Google Cloud zone of the VM to be created.
principal False None str The authenticated principal that initiated the VM creation.
start_time False None datetime The start window to investigate vm termination. Format: YYYY-MM-DDTHH:MM:SSZ
end_time False None datetime The end window for the investigation. Format: YYYY-MM-DDTHH:MM:SSZ

Get help on available commands

gcpdiag runbook --help

Potential Steps