In GCP Compute Engine, after changing a VM's machine type from for example, from e2-medium-2
to e2-standard-4
, is there a way to list exactly when the machine type was changed from which type to which type.
Maybe if there is some kind of way to list the change events that would be helpful for audit purposes.
Thank you
I tried to check in the gcloud
command interface and cloud logging but unable find machine type update events.