3 results found
-
BigQuery near real-time cost anomaly for on-demand pricing model
BigQuery provides native views such as INFORMATIONSCHEMA.JOBSBY_ORGANIZATION(https://cloud.google.com/bigquery/docs/information-schema-jobs-by-organization) which contain near real-time metadata about all jobs submitted in the organization or project.
Late last year, I developed a custom solution for a local customer who had a huge cost spike because of an application bug.The idea is to run a Cloud Function job that check the cost of BQ jobs in the past hour (can be user defined). If it exceeds a threadshold (let's say $100), it will write a log to Cloud Logging, which then trigger an alert based on a custom Cloud Logging metric.
…
2 votes -
Automatically add the Cluster ID to RDS reports
This is specific to how AWS RDS specifies the ARN of the instance vs the ARN of the cluster.
When creating a Report in the console for RDS Aurora the cluster gets an ARN made up not of the cluster name, but of the cluster ID. The cluster ID is not obvious and must be searched in the AWS console or gotten via 2 API calls.
It would be great if the DoiT console could automatically include the cluster ARN whenever an instance ARN is given, since the storage and backup SKUs (at least) are under the cluster ID ARN…4 votes -
Allow permissions to be granted at the folder level rather than the org-level.
Some companies have compliance/security concerns with granting organization-level-permissions, so I'm proposing that DoiT allows customers to be able to grant the necessary permissions for the DoiT Console at the folder-level. This would allow for additional flexibility for those customers that would like to leverage the full functionality of BQ Lens for specific projects while maintaining their organization's established security/compliance policies.
2 votes
- Don't see your idea?