AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2025-04-18 · Documentation low

File: sagemaker/latest/dg/model-access-training-data.md

Summary

Added note about CloudTrail/KMS logging costs in Fast File mode

Security assessment

Documents security-related logging implications but doesn't address vulnerabilities

Diff

diff --git a/sagemaker/latest/dg/model-access-training-data.md b/sagemaker/latest/dg/model-access-training-data.md
index 5429fc2ed..fabc44974 100644
--- a//sagemaker/latest/dg/model-access-training-data.md
+++ b//sagemaker/latest/dg/model-access-training-data.md
@@ -28,0 +29,12 @@ Fast file mode exposes S3 objects using a POSIX-compliant file system interface,
+###### Note
+
+Using Fast File mode might lead to increased CloudTrail costs due to additional logging of:
+
+    * Amazon S3 data events (if enabled in CloudTrail).
+
+    * AWS KMS decryption events when accessing Amazon S3 objects encrypted with AWS KMS keys.
+
+    * Management events related to AWS KMS operations.
+
+Review your CloudTrail configuration and monitoring costs if you have CloudTrail logging enabled for these event types.
+