I’m not affiliated to this, but looks interesting ...
# general
a
I’m not affiliated to this, but looks interesting and now it’s out of beta: https://iasql.com/
c
Why would someone use SQL instead of CDK, for example?
a
I think you can “query the infra” really easy, that’s the most interesting use-case for me.
Sometimes is hard to know which resources I have created in different regions and such.
With SQL should be pretty quick and easy with a powerful query language.
On CDK not sure how to do that, I only use it to create stacks.
j
Yeah that’s a good point. @Adrián Mouly usually what type of resources do you want to look up?
a
Well, most of the resources. In my company we use different regions, and sometimes resources are created in the wrong one... I would like a tool to audit that. With the UI Console it takes time, and I have to do a bunch of clicks and navigation to get there.
Its also nice to track resources created without CF.
I know its not ideal but some operations people still uses the UI to create stuff.
j
Yeah it’s a great point. I can see how this’ll be painful. I’d like to share this internally.
a
Yeah, I think could be nice to have a good query language for AWS resources… could be SQL or other… but something to run audits, it’s fundamental.
Maybe SQL it’s good because it’s well known by most of us… but well, might be other query-language out there.
j
Yeah that’s interesting