By
•
April 15, 2025
•
aws
createaccesskey
Daily Blog
log delay
•
Hello Reader,
Continuing from yesterday’s post, it's time for another AWS CloudTrail speed test. Today, we're testing the CreateAccessKey
event, which occurs when a new Access Key ID is created for an IAM user.
CreateAccessKey
EventWhen I first ran this test, I wasn’t sure which region the log would appear in. Unlike the console sign-in URL, IAM is a global service. That means there’s no region-specific endpoint that clearly indicates where CloudTrail logs will land for IAM activity.
I had a theory that the event would appear in us-east-1
—mainly because it's always listed first in AWS’s list of regions. Just to be sure, I switched between us-east-1
and us-east-2
during testing.
Sure enough, after just 90 seconds, the CreateAccessKey
event appeared in us-east-1
, confirming my suspicion. Just like with the ConsoleLogin
event, the delivery was:
In tomorrow’s blog post, I’ll be testing the log delay for changing account permissions. Stay tuned!