Built-in Report Templates
CloudQuery Platform includes pre-built report templates that you can use as-is or customize. Each template is a YAML-defined report with pre-configured widgets and SQL queries.
To use a template, open Reports, click New Report, and select Use a template. You can search by integration name or category. Select a template to preview it, then click Save to create the report. After saving, you can edit the YAML to customize it. See the Reports YAML documentation for the full reference.
Each template lists which integrations are required or recommended in the report’s Tips for using this report popup. Make sure you have the relevant integrations syncing before using a template.
Cloud Security and Compliance
These reports focus on security posture, vulnerability detection, and compliance monitoring.
| Template | Description | Key integrations |
|---|---|---|
| Asset End of Life Report | Track assets nearing end of life to stay ahead of security and operational risks | AWS, GCP, Azure |
| AWS Backup Health | Overview of your AWS data resilience posture: backup coverage, job status, and vault health | AWS |
| AWS: Security Hub Overview | High-level view of AWS Security Hub findings by severity and resource type | AWS |
| AWS Cloud Security: Data Security Overview | Security analysis of your AWS RDS instances, covering encryption, public access, and backup status | AWS |
| AWS Security Best Practices | Identify and address security risks across your AWS environment | AWS |
| Azure: Attack Surface Security Posture | Analyze potential security risks in your Azure environment | Azure |
| AWS CloudTrail Log Detections | Visibility into security events, anomalous activity, and API calls from CloudTrail logs | AWS |
Multi-Cloud Governance
These reports provide cross-provider visibility into assets, identity, access, and tagging.
| Template | Description | Key integrations |
|---|---|---|
| Multi-cloud Asset Inventory | Overview of assets across multiple cloud providers in a single view | AWS, GCP, Azure |
| Tags Overview | Discover how resources are tagged across providers. Find untagged and inconsistently tagged resources | AWS, GCP, Azure |
| Identity and Access Overview | Assess user account security across multiple cloud providers | AWS, GCP, Azure |
| User Access Review | Combines user account information from 10+ integrations into a single access review | AWS, GCP, Azure, GitHub, Okta, and more |
| IP Address Report | Find public IP addresses and their connected resources across providers | AWS, GCP, Azure |
Infrastructure and Operations
These reports cover network topology, architecture review, and container workloads.
| Template | Description | Key integrations |
|---|---|---|
| AWS VPC Details | Detailed view of a single AWS VPC, including public and private instances, subnets, and routing | AWS |
| AWS Well-Architected | Evaluate your cloud workloads against AWS Well-Architected Framework pillars | AWS |
| Kubernetes & Container Report | Overview of Kubernetes clusters, nodes, workloads, and resource usage across EKS, GKE, and AKS | AWS, GCP, Azure |
Cost Management
| Template | Description | Key integrations |
|---|---|---|
| Cost Saving Opportunities | Find unused or forgotten resources across multiple providers to cut unnecessary costs | AWS, GCP, Azure |
Other Reports
| Template | Description | Key integrations |
|---|---|---|
| GitHub Repository Insights | Overview of repository activity and health: commits, PRs, issues, and contributors | GitHub |
| GitHub Security Insights | Security metrics across your GitHub repositories: Dependabot alerts, secret scanning, and code scanning | GitHub |
For interactive exploration of individual findings behind these reports, use Insights.
Customizing Templates
After saving a report from a template, you can open the report editor to modify the YAML. Common customizations include:
- Adjusting SQL queries to filter by specific accounts, regions, or tags
- Adding or removing widgets
- Changing visualization types (table, pie chart, bar chart, line chart)
- Adding report-level filters for interactive filtering
See the Reports YAML documentation for the full reference on widget types and configuration options.
Next Steps
- Reports - Learn about creating and managing reports
- Reports YAML Documentation - Customize reports with YAML
- Policies - Complement reports with continuous policy monitoring