Hi there!
How do i go about identifying which of the listed instance below are for which server that I use?
Same with SQL
For some background, under this project, i have three separate instances with their own compute engine and cloud sql - Dev, UAT, and Production. I would like to know how to identify which of the listed is for Dev, UAT, and Production. I can't seem to find an identifier as to which is which.
How someone could help.
Thanks!
Hello @JonathanM ,
welcome to the Google Cloud Community. Are you've tried maybe filters by labels ? You can assign different labels per SQL instance or GCE VM and [1].filter billings by those labels. Additionally, to view label assigned by each service, you must configure table view and use needed labels to be shown [2]. If you configure everything correct, you should see something similar to screenshot [3].
[1].
[2].
[3]
cheers,
DamianS
Thank you @DamianS. Let me try this.
Hope it solves our problem.