1 Answer
- Newest
- Most votes
- Most comments
0
I believe the easiest way to achieve that would be to query your CloudTrail Log Files using Amazon Athena
I believe the easiest way to achieve that would be to query your CloudTrail Log Files using Amazon Athena
athena just use cloudtrail log stored s3. the problem is that the cloudtrail event not contain the resources referenced. even though i use Athena, i couldn't get the lifecycle event of specific resource. the LookupEvents API respone has resources field that contain resouces referenced.
Have you looked at the
resourcesARRAY returned in the Athena query?Yes, I did. However, there is not found any event with field
resources.I read the cloudtrail event reference record contents . it's seems that just some event with
resourcesfield.