GCP Compute Disk Age ReportGCP Compute Disk DashboardGCP Compute Disk DetailGCP Compute Disk Encryption ReportGCP Compute Instance Age ReportGCP Compute Instance DashboardGCP Compute Instance DetailGCP Compute Instance Group DetailGCP Compute Network DashboardGCP Compute Network DetailGCP Compute Subnetwork DetailGCP IAM Service Account DetailGCP IAM Service Account Key Age ReportGCP KMS Key Age ReportGCP KMS Key DashboardGCP KMS Key DetailGCP Kubernetes Cluster Age ReportGCP Kubernetes Cluster DashboardGCP Kubernetes Cluster DetailGCP Project ReportGCP Pub/Sub Topic DetailGCP SQL Database Instance DashboardGCP SQL Database Instance DetailGCP Storage Bucket Age ReportGCP Storage Bucket DashboardGCP Storage Bucket DetailGCP Storage Bucket Encryption Report
Dashboard: GCP Compute Instance Dashboard
This dashboard answers the following questions:
- How many instances are in each project and location?
- How many instances are public?
- How many instances do not have deletion protection and confidential virtual machine service enabled?
- What are my most used instances by CPU utilization?
This dashboard contains 5 cards.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-gcp-insights
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select GCP Compute Instance Dashboard dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe dashboard run gcp_insights.dashboard.compute_instance_dashboard --share
Queries
The dashboard uses the named queries:
- compute_instance_by_cpu_platform
- compute_instance_by_cpu_utilization_category
- compute_instance_by_creation_month
- compute_instance_by_location
- compute_instance_by_project
- compute_instance_by_public_ip
- compute_instance_by_state
- compute_instance_by_type
- compute_instance_confidential_vm_service_disabled_count
- compute_instance_confidential_vm_service_status
- compute_instance_count
- compute_instance_deletion_protection_disabled_count
- compute_instance_deletion_protection_status
- compute_instance_shielded_vm_status
- compute_instance_with_public_ip_address_count
- compute_shielded_vm_disabled_count
- compute_top10_cpu_past_week