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 個月前檢視次數 455 次
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 個月前

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

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

回答問題指南