AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2026-07-01 · Documentation low

File: sagemaker/latest/dg/debugger-built-in-rules-configuration-param-change.md

Summary

Added deprecation notice and removed SageMaker Python SDK v2 examples

Security assessment

Deprecation notice doesn't reference security issues. Removal of legacy code examples is routine maintenance. No evidence of security vulnerabilities being patched or new security features added.

Diff

diff --git a/sagemaker/latest/dg/debugger-built-in-rules-configuration-param-change.md b/sagemaker/latest/dg/debugger-built-in-rules-configuration-param-change.md
index 163d11b7f..fa726924e 100644
--- a//sagemaker/latest/dg/debugger-built-in-rules-configuration-param-change.md
+++ b//sagemaker/latest/dg/debugger-built-in-rules-configuration-param-change.md
@@ -8,0 +9,4 @@
+###### Note
+
+After careful consideration, we have made the decision to close new customer access to Amazon Sagemaker Debugger, effective 6/30/26. Existing customers can continue to use the service as normal. AWS continues to invest in security and availability improvements for Debugger, but we do not plan to introduce new features. For more information, see [Debugger availability change](./debugger-availability-change.html). 
+
@@ -28,3 +31,0 @@ For more information about the Debugger rule class, methods, and parameters, see
-SageMaker Python SDK v3
-    
-    
@@ -34,23 +34,0 @@ SageMaker Python SDK v3
-    rules=[
-        Rule.sagemaker(
-            base_config=rule_configs.built_in_rule_name(),
-            rule_parameters={
-                    "key": "value"
-            },
-            collections_to_save=[ 
-                CollectionConfig(
-                    name="tensor_collection_name", 
-                    parameters={
-                        "key": "value"
-                    } 
-                )
-            ]
-        )
-    ]
-
-SageMaker Python SDK v2 (Legacy)
-    
-    
-    
-    from sagemaker.debugger import Rule, ProfilerRule, rule_configs, CollectionConfig
-