What are my options for sorting through CloudTrail logs besides using Athena?

0
2
Asked By UserZebra93 On

I'm looking for alternatives to using Athena to read and sort my CloudTrail logs. Specifically, I want to find out who created resources about a year ago. Any suggestions on other tools or methods I could use?

4 Answers

Answered By CloudNinja77 On

One great option is using CloudWatch Logs Insights. It works pretty well for digging through logs, and I think it was developed with feedback from organizations like ours! It can also be used for other log types, like VPC Flow Logs and Lambda Logs, which is really handy.

Answered By InformedAlice On

AWS Detective is another option built specifically for this type of analysis. It could be a good tool to help you sort through those logs effectively.

CloudNinja77 -

That's a solid suggestion! Detective actually makes it easier to visualize relationships in the data.

Answered By LogGuru42 On

You might also want to consider using CloudTrail Lake. You can load your logs there and run a simple SQL query to get what you need. It's not too complicated to set up and can really streamline the process.

Answered By TechieTom99 On

Absolutely! You can write a Lambda function to process and filter your logs. Keep in mind though, the data can be quite large, so just make sure to plan accordingly if you go this route.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.