How to grant permission to create a log file in sagemaker?

1

I created a serverless endpoint in sagemaker based on the documentation provided. I have my model (artifactory) zipped up and uploaded to s3, created a model and then created an endpoint configuration , then finally created the endpoint

response = client.create_endpoint(
    EndpointName="serverless-endpoint",
    EndpointConfigName="serverless-endpoint-config"
)

on the endpoint invocation, cloudwatch logs show error below - log4j:ERROR setFile(null, true) called failed. java.io.FileNotFoundException: logs/ts_metrics.log (No such file or directory) at java.base/java.io.FileOutputStream.open0 (Native Method) at java.base/java.io.File......

this looks like permission error , but i'm not sure how to give access/permission to create file in sagemaker.

已提問 2 年前檢視次數 649 次
1 個回答
0

Hello, does the execution role associated with the model have the proper CloudWatch permissions ?

AWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南