AWS sagemaker documentation change
Summary
Added note about required 'sagemaker:DescribeAlgorithm' permission for algorithm resources in training jobs
Security assessment
This change adds IAM permission documentation which is security-related but doesn't address a specific security issue. It clarifies required permissions for proper access control.
Diff
diff --git a/sagemaker/latest/dg/sagemaker-mkt-algo-train.md b/sagemaker/latest/dg/sagemaker-mkt-algo-train.md index c716475e0..4db59470a 100644 --- a//sagemaker/latest/dg/sagemaker-mkt-algo-train.md +++ b//sagemaker/latest/dg/sagemaker-mkt-algo-train.md @@ -10,0 +11,4 @@ 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). +