Steampipe
- Steampipe is an open-source tool that enables querying cloud resources like AWS, Azure, and GCP using SQL-like syntax.
- It helps assess cloud security by allowing users to run queries and retrieve configurations, making it easier to detect misconfigurations and risks.
- Query AWS IAM roles using Steampipe:
steampipe query "select * from aws_iam_role" - Retrieve GCP project information:
steampipe query "select * from gcp_project"
