Delete input and output data generated by an Async Sagemaker endpoint

0

Hi all,

I'm switching from a traditional real-time Sagemaker endpoint to an asynchronous one. Everything is working as expected, but my only concern is what to do with the input and output data stored in the S3 bucket associated to the endpoint.

Is there any way to delete the input and output data once it is used? I do not want to have that data stored forever.

Thanks.

Tad
已提问 4 个月前454 查看次数
1 回答
1
已接受的回答

Hi Tad,

You can delete outdated S3 objects by using "S3 lifecycle configuration". https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html

You can use this approach not only for async endpoint but also regular synchrouns endpoint.

Hope this helps.

AWS
已回答 4 个月前

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

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

回答问题的准则