Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How do I determine who created an Image in Google Compute Engine?

I have a large number of images in https://console.cloud.google.com/compute/images?tab=images and don't know how they got there...how do I determine who created them?

3 1 146
1 REPLY 1

Hello @deepsurface  ,Welcome on Google Cloud Community.

Images mentioned by you have been created automatically by Google. Please see screenshot below:

DamianS_0-1714452276971.png

Red marked image has been created by me, Blue marked has been by default created by Google. You can describe images created by you with this command

 gcloud compute images describe IMAGE_NAME
damian_sztankowski@cloudshell:~ (webaap-wordpress-load)$ gcloud compute images describe damian-vm-boot-image                                                                                                                                                                                                                                                                                                                                         
architecture: X86_64
archiveSizeBytes: '686196736'
creationTimestamp: '2024-04-03T23:42:23.103-07:00'
diskSizeGb: '10'
guestOsFeatures:
- type: UEFI_COMPATIBLE
- type: VIRTIO_SCSI_MULTIQUEUE
- type: GVNIC
- type: SEV_CAPABLE
- type: SEV_SNP_CAPABLE
- type: SEV_LIVE_MIGRATABLE_V2
id: '1923446268468917537'
kind: compute#image
labelFingerprint: 42WmSpB8rSM=
licenseCodes:
- '2147286739765738111'
licenses:
- https://www.googleapis.com/compute/v1/projects/debian-cloud/global/licenses/debian-12-bookworm
name: damian-vm-boot-image
selfLink: https://www.googleapis.com/compute/v1/projects/webaap-wordpress-load/global/images/damian-vm-boot-image
sourceDisk: https://www.googleapis.com/compute/v1/projects/webaap-wordpress-load/zones/us-central1-a/disks/damian-vm
sourceDiskId: '3429937271953159304'
sourceType: RAW
status: READY
storageLocations:
- us-central1
damian_sztankowski@cloudshell:~ (webaap-wordpress-load)$ 

 --
cheers,
DamianS
LinkedIn medium.com Cloudskillsboost