CloudTrail Management & Data Events
Data Events (Data Plane Operations)
Data events provide visibility into the resource operations performed on or within a resource.
They are often high-volume activities.
For example:
S3 object-level API activity (for example,
GetObject,DeleteObject,PutObject)Lambda function execution activity (the
InvokeAPI).
Management Events (Control Plane Operations)
Management events provide visibility into management operations that are performed on resources in your AWS account.
For example:
Configuring security (for example, IAM
AttachRolePolicyAPI operations.)Registering devices (for example, EC2
CreateDefaultVpcAPI operations.)Configuring rules for routing data (for example, EC2
CreateSubnetAPI operations.)Setting up logging (for example, CloudTrail
CreateTrailAPI operations.)
Read and Write Events
When you configure your trail to log management events, you can specify whether you want read-only events, write-only events, or both.
Read (API operations that read your resources, but don't make changes):
For example, the EC2
DescribeSecurityGroupsandDescribeSubnets.
Write (API operations that modify (or might modify) your resources):
For example, the EC2
RunInstancesandTerminateInstances.
KMS Example
Read Events:
Encrypt,Decrypt, andGenerateDataKey.
Write Events:
Disable,Delete, andScheduleKey.
Last updated
Was this helpful?