AWS CloudTrail: Your One-Stop Shop for Comprehensive AWS Logging

AWS CloudTrail: Your One-Stop Shop for Comprehensive AWS Logging


The three event types captured by CloudTrail

Management events, also known as control plane operations, capture administrative actions performed on AWS resources. These include activities like:

Management events are enabled by default for 90 days in any AWS account and are visible in the CloudTrail AWS console in the Events History section.


What events are not captured by CloudTrail?


What does a CloudTrail event look like?

{
  "eventTime": "2023-05-10T22:00:00Z",
  "eventName": "CreateBucket",
  "userIdentity": {
    "type": "IAMUser",
    "userName": "test-user"
  },
  "awsRegion": "us-east-1",
  "sourceIPAddress": "192.0.2.0"
}

The two options for enabling CloudTrail


Follow us on:

Leave a Reply

Your email address will not be published. Required fields are marked *

Follow us on:

Leave a Reply

Your email address will not be published. Required fields are marked *