-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track which actions get recorded in CloudTrail #5
Comments
Seems there's some potentially interesting stuff available in the CloudTrail web console UI. Here's a JSON dump of some stuff: https://gist.github.com/aidansteele/bc5138da10ce2d664c4b66a5aeaa3104 This was accessed from |
|
|
This ticket is similar to https://github.com/willbengtson/trailblazer-aws |
Oh nice, thanks for the pointer @0xdabbad00! Do you happen to recall if there are APIs where only successful invocations are recorded? Or am I imagining that? |
There are a lot of failure situations that don't make it to AWS, such as if your format the call incorrectly, botocore will detect the mistake before the request is sent, which means it won't be recorded (since no call arrived). I assume (but this could very likely be wrong) that any call that makes it to AWS and is normally recorded, will be recorded. |
Could use an IAM role with zero permissions, so no costs are incurred. Though I think some services might only record successful API calls. We should also compare results to any public docs from AWS
The text was updated successfully, but these errors were encountered: