AWS aws-backup documentation change
Summary
Added CloudTrail events for scan job tracking (ScanJobCompleted/Created/Failed/Started)
Security assessment
New scan job events improve audit capabilities for malware scanning workflows, supporting security monitoring but not fixing vulnerabilities.
Diff
diff --git a/aws-backup/latest/devguide/logging-using-cloudtrail.md b/aws-backup/latest/devguide/logging-using-cloudtrail.md index 6ce3cf478..5a20d28c3 100644 --- a//aws-backup/latest/devguide/logging-using-cloudtrail.md +++ b//aws-backup/latest/devguide/logging-using-cloudtrail.md @@ -44 +44 @@ CloudTrail Lake event data stores and queries incur costs. When you create an ev -AWS Backup generates these CloudTrail events when it performs backups, restores, copies, or notifications. These events are not necessarily generated by use of the AWS Backup public APIs. For more information, see [AWS service events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/non-api-aws-service-events.html) in the _AWS CloudTrail User Guide_. +AWS Backup generates these CloudTrail events when it performs backups, restores, copies, scans or notifications. These events are not necessarily generated by use of the AWS Backup public APIs. For more information, see [AWS service events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/non-api-aws-service-events.html) in the _AWS CloudTrail User Guide_. @@ -83,0 +84,8 @@ AWS Backup generates these CloudTrail events when it performs backups, restores, + * `ScanJobCompleted` + + * `ScanJobCreated` + + * `ScanJobFailed` + + * `ScanJobStarted` +