Skip to content

Infrastructure Explorer

Path: /infrastructure

Infrastructure Explorer

Query your cloud infrastructure directly using Steampipe SQL. Browse pre-built dashboards or run custom queries.

Tabs

  • Dashboards — Pre-built security checks (S3 public access, IAM MFA status, encryption at rest, open security groups, CloudTrail logging, RDS encryption).
  • SQL Query — Write and execute custom SQL queries against your cloud infrastructure.
  • Tables — Browse available Steampipe tables and their schemas.

How to Use Dashboards

  1. Click any dashboard card to run it.
  2. The query executes against your connected cloud accounts.
  3. Results show which resources pass or fail the check.

How to Run Custom Queries

  1. Click the SQL Query tab.
  2. Write a Steampipe SQL query:

    SELECT * FROM aws_s3_bucket WHERE block_public_acls = false
    
  3. Click Execute.

  4. Results appear in a table below the query editor.