StackQL allows you to create, modify and query the state of services and resources across all three major public cloud providers (Google, AWS and Azure) using a common, widely known DSL…SQL.

I have to admit, it does look pretty darn simple:

SELECT * FROM google.compute.instances WHERE zone = 'australia-southeast1-b' AND project = 'my-project'; Discuss on Changelog News