Hello Reader,
Continuing from yesterday’s post, it's time for another AWS CloudTrail speed test. Today, I’m examining the CreateUser
event, which is triggered when a new IAM user is created in an AWS account.
Third Test: AWS CreateUser
Event
Going into this test, I knew that IAM events which are global are logged in us-east-1
. It’s often the default region for global events and appears first in AWS region lists. To be thorough, I also checked us-east-2
just in case.
Results
After creating the user and starting a timer, the CreateUser
event appeared in us-east-1
after approximately 2 minutes. That’s slightly longer than the ConsoleLogin
and CreateAccessKey
tests, but still well within AWS’s official timelines.
The delivery was:
- Faster than the 15-minute SLA
- Faster than the 5 minute goal
Coming Up
In tomorrow’s blog post, I’ll continue this series by testing the log delay for changing account permissions. Stay tuned for more CloudTrail timing insights!
Post a Comment