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
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a month ago
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
resources
ARRAY 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
resources
field.