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
demandé il y a 4 mois453 vues
1 réponse
1
Réponse acceptée

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
répondu il y a 4 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions