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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠