3 questions
Tooling
2
votes
5
replies
68
views
How to keep AWS accounts tidy?
We run multiple AWS accounts across several teams, and cloud resource is becoming a recurring operational problem and constant mess.
We regularly discover orphaned volumes and snapshots, unused ...
0
votes
0
answers
22
views
How to separate what is "1 year" and what is "Pay as you go" within the Enterprise Edition to calculate the Bigquery cost?
Bigquery Reservation API
Hello!
I need help with a problem calculating BQ costs. My query pulls slot information from region-us.INFORMATION-SCHEMA.JOBS_BY_ORGANIZATION and JOBS_BY_PROJECT.
I'm ...
0
votes
1
answer
103
views
How to get the bigquery jobs metadata of a folder with no direct project with INFORMATION_SCHEMA.JOBS_BY_FOLDER
I'd like to use the view INFORMATION_SCHEMA.JOBS_BY_FOLDER to get information about all the bigquery jobs in a folder that has no direct project but only contains folder that then contain projects.
It ...