AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2026-06-28 · Documentation low

File: sagemaker/latest/dg/clarify-model-monitor-bias-drift-schedule.md

Summary

Updated IAM role retrieval method from sagemaker.get_execution_role() to get_execution_role()

Security assessment

Minor syntax change for role acquisition. Maintains existing security posture without introducing new security features or addressing vulnerabilities.

Diff

diff --git a/sagemaker/latest/dg/clarify-model-monitor-bias-drift-schedule.md b/sagemaker/latest/dg/clarify-model-monitor-bias-drift-schedule.md
index e94c82ee0..b8b8ee904 100644
--- a//sagemaker/latest/dg/clarify-model-monitor-bias-drift-schedule.md
+++ b//sagemaker/latest/dg/clarify-model-monitor-bias-drift-schedule.md
@@ -29 +29 @@ To schedule a bias drift monitor for a real-time endpoint, pass your `EndpointIn
-        role=sagemaker.get_execution_role(),
+        role=get_execution_role(),
@@ -67 +67 @@ To schedule a bias drift monitor for a batch transform job, pass your `BatchTran
-        role=sagemaker.get_execution_role(),
+        role=get_execution_role(),