Rasa Chatbot deployment step-by-step on AWS cloud

I’m new to cloud computing. I’ve a Rasa chatbot working well on my local. I need some assistance to deploy my app on AWS cloud so that I can use it to implement the chatbot on our own Android app, Telegram, WhatsApp, etc. I need a step-by-step process as I’m new to cloud computing. It would be great if anyone could help me with this. Thank you

Hello Sharvil,

Welcome to the forum! Some resources you could check are the following :

Hope this is somehow helpful!

1 Like

Thanks I’ll check them out.

@Sharvil77 ,

Try with docker , docker compose. Simple approach to deploy rasa chatbot on AWS cloud. images required to create Dockerfile are already available on docker hub.

I hope this will help you.

1 Like

Thanks for the help, using docker and docker-compose worked :grinning:.

Welcome, glad this worked

1 Like