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 年前648 查看次数
1 回答
0

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

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则