I have created an AWS EC2 instance with Rasa deployed on a Docker container and a NGINX reverse proxy deployed on another Docker container. This EC2 instance has been successfully servicing requests. However, I now want to be able to scale properly.
I wish to do this with AWS EC2 Autoscaling and Elastic Load Balancing. Has anyone else tried this and is it a good idea? On the other hand, is there a benefit of doing this over the Rasa X Kubernetes Helm Chart installation? I don’t have experience using AWS EKS and setting up a Kubernetes cluster.