- Newest
- Most votes
- Most comments
CloudTrail aggregates events and delivers them in batches. In most cases, logs are delivered every 5 minutes. This is stated in the CloudTrail service FAQ: https://aws.amazon.com/cloudtrail/faqs/#product-faqs#cloudtrail-faqs#event-message-timeliness-and-delivery-frequency and this documentation section: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/how-cloudtrail-works.html#how-cloudtrail-works-trails, in the "Note" box:
CloudTrail typically delivers logs within an average of about 5 minutes of an API call. This time is not guaranteed.
The batching of events is quite vital for the service to be able to function reliably also under unusual circumstances, such as heavy cyberattacks or partial technical failures, so the delivery interval is fixed for all users and is not configurable.
Relevant content
- asked a month ago
- asked a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a year ago
Thank you for the explanation! Is there any approach for real-time monitoring of user Consolelogin events?