AWS sagemaker medium security documentation change
Summary
Added missing URL link for IAM role permissions documentation
Security assessment
Added link to IAM permissions documentation prevents potential misconfiguration of execution roles. Ensures users understand security requirements for inference roles.
Diff
diff --git a/sagemaker/latest/dg/timeseries-forecasting-realtime.md b/sagemaker/latest/dg/timeseries-forecasting-realtime.md index ba0c49f86..28b5ce79f 100644 --- a//sagemaker/latest/dg/timeseries-forecasting-realtime.md +++ b//sagemaker/latest/dg/timeseries-forecasting-realtime.md @@ -47 +47 @@ Use the container definitions from the previous steps to create a SageMaker AI m -The `--execution-role-arn` parameter specifies the IAM role that SageMaker AI assumes when using the model for inference. For details on the permissions required for this role, see [CreateModel API: Execution Role Permissions](). +The `--execution-role-arn` parameter specifies the IAM role that SageMaker AI assumes when using the model for inference. For details on the permissions required for this role, see [CreateModel API: Execution Role Permissions](https://docs.aws.amazon.com/).