turbot/gcp_insights

Query: compute_instance_by_type

Usage

powerpipe query gcp_insights.query.compute_instance_by_type

Steampipe Tables

SQL

select
machine_type_name as "Type",
count(*) as "instances"
from
gcp_compute_instance
group by
machine_type_name
order by
machine_type_name;

Dashboards

The query is used in the dashboards: