DEV Community

Jeffrey Aven for StackQL Studios

Posted on

AWS Provider for StackQL Released

StackQL AWS provider is available now!

StackQL allows users to query, report, analyze, provision, and operate cloud and SaaS resources using a simple SQL-based framework

With StackQL and the AWS provider, you can run queries like...

SELECT instanceType, COUNT(*) as num_instances
FROM aws.ec2.instances
WHERE region = 'ap-southeast-2'
GROUP BY instanceType;
Enter fullscreen mode Exit fullscreen mode

and much more, including mutation operations using INSERT and JOIN operations (within a provider or across different providers).

Provider docs available here, also check out this blog article.

Other providers are available for Azure, GCP, GitHub, Kubernetes, Okta, Netlify and Firebase

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay