Save rasa in AWS BUCKET

Hi All, can we save rasa model in s3 bucket ? rasa train --out [S3 BUCKET] How can i do this i wanna do it in automate way and thanks

If you’re looking for an automated way, this is how I achieved it using github actions: healthcheckbot/build.yaml at master · praekeltfoundation/healthcheckbot · GitHub

1 Like

Hi @kchahid, the --out parameter only supports local paths. Maybe you could try what @rudi linked.

i know it s just an exemple :smiley: so i have deploy a rasa container in aws and i train model with the api can i save model in s3 ?

I don’t think the Rasa Open Source deployment itself needs to be on AWS, but it might make things simpler.