AWS sagemaker documentation change
Summary
Removed a note about the required sagemaker:DescribeAlgorithm permission for algorithm resources in training jobs
Security assessment
This change removes a permission requirement note but doesn't indicate any security vulnerability or incident. It appears to be documentation cleanup or permission requirement changes without security implications.
Diff
diff --git a/sagemaker/latest/dg/sagemaker-mkt-algo-train.md b/sagemaker/latest/dg/sagemaker-mkt-algo-train.md index 4db59470a..c716475e0 100644 --- a//sagemaker/latest/dg/sagemaker-mkt-algo-train.md +++ b//sagemaker/latest/dg/sagemaker-mkt-algo-train.md @@ -11,4 +10,0 @@ You can create use an algorithm resource to create a training job by using the A -###### Note - -Your execution role must have `sagemaker:DescribeAlgorithm` permission for the algorithm resource that you specify. For more information about execution role permissions, see [CreateTrainingJob API: Execution Role Permissions](./sagemaker-roles.html#sagemaker-roles-createtrainingjob-perms). -