AWS Security ChangesHomeSearch

AWS cloudhsm documentation change

Service: cloudhsm · 2026-06-22 · Documentation medium

File: cloudhsm/latest/userguide/get-api-logs-using-cloudtrail.md

Summary

Added documentation for CloudHSM management events and service events in CloudTrail

Security assessment

Added monitoring capabilities documentation for security auditing purposes. No specific vulnerability addressed, but enhances security visibility.

Diff

diff --git a/cloudhsm/latest/userguide/get-api-logs-using-cloudtrail.md b/cloudhsm/latest/userguide/get-api-logs-using-cloudtrail.md
index d481aeeb8..efcfc1600 100644
--- a//cloudhsm/latest/userguide/get-api-logs-using-cloudtrail.md
+++ b//cloudhsm/latest/userguide/get-api-logs-using-cloudtrail.md
@@ -7 +7 @@
-AWS CloudHSM information in CloudTrailUnderstanding AWS CloudHSM log file entries
+AWS CloudHSM information in CloudTrailUnderstanding AWS CloudHSM log file entriesAWS CloudHSM management events in CloudTrailAWS CloudHSM service events in CloudTrail
@@ -102,0 +103,36 @@ The following example shows a CloudTrail log entry that demonstrates the AWS Clo
+## AWS CloudHSM management events in CloudTrail
+
+[Management events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html#logging-management-events) provide information about management operations that are performed on resources in your AWS account. These are also known as control plane operations. By default, CloudTrail logs management events.
+
+AWS CloudHSM logs all control plane operations as management events. For a list of the AWS CloudHSM control plane operations that AWS CloudHSM logs to CloudTrail, see [Actions](https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_Operations.html) in the _AWS CloudHSM API Reference_.
+
+## AWS CloudHSM service events in CloudTrail
+
+AWS CloudHSM logs service events to CloudTrail when the service performs actions on your resources automatically. These events may not be triggered directly by a call to a public AWS CloudHSM API. For these events, the `eventType` field is `AwsServiceEvent`.
+
+The following are the service events that AWS CloudHSM logs to CloudTrail.
+
+  * `DeleteBackup` – Logged when AWS CloudHSM automatically deletes a backup based on your backup retention policy.
+
+  * `BackupDeletedPermanently` – Logged when a PENDING_DELETION backup is permanently purged and can no longer be restored.
+
+  * `MigrationStart` – Logged when an HSM type migration begins for a cluster.
+
+  * `MigrationEnd` – Logged when an HSM type migration completes for a cluster.
+
+  * `RollbackStart` – Logged when an HSM type migration rollback begins for a cluster.
+
+  * `RollbackEnd` – Logged when an HSM type migration rollback completes for a cluster.
+
+
+
+
+You can identify AWS CloudHSM service events in CloudTrail logs by the following attribute values:
+
+  * `eventSource`: `cloudhsm.amazonaws.com`
+
+  * `eventType`: `AwsServiceEvent`
+
+
+
+