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
asked 4 months ago445 views
1 Answer
1
Accepted Answer

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
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions