Query your cloud assets & configuration with SQL.
Solve compliance, security and cost challenges with standard SQL queries and relational tables.
Leverage SQL to get visibility into your cloud infrastructure and SaaS applications.
SELECT * FROM aws_elbv2_load_balancersWHERE scheme = "internet-facing"
SELECT account_idrequire_uppercase_charactersFROM aws_iam_password_policiesWhere require_uppercase_characters = FALSE
SELECT arn FROM aws_iam_usersJOIN aws_iam_user_tags ON aws_iam_users.id = aws_iam_user_tags.user_idJOIN okta_users ON aws_iam_users.tags.value = okta_users.profile_emailWHERE aws_iam_users.tags_key = "email"
Build powerful policies and queries across clouds and SaaS applications
We write about how to solve real-life problems with open-source tools from a developer-first mindset.