aws

Drew Verlee 2022-10-20T20:38:42.983249Z

Has anyone effectively used datalog (datomic, juxt, datascript, etc..) to manage and organize there cloudformation information?

Drew Verlee 2022-10-20T20:41:36.996099Z

Having to use the aws console to go from my cf stack -> resources -> other info is fairly exhausting. I'm thinking something like: [?s :stack/name "test"] [?s :stack/resource ?res] [?res :resource/name "repo"] [?res :cloudwatch/logs ?logs] where logs is the url of the log that you can then query against to get information like events or the fact that my cf deploy failed bc, etc...

kenny 2022-10-20T23:07:46.487129Z

The resource mapping will be tricky. You may be able to get by with a 3rd party tool like https://www.cloudquery.io/.

Drew Verlee 2022-10-20T23:09:59.937189Z

What do you mean resource mapping? I'm thinking the resource name to arn mapping