I am creating one fullstack web application that will be used by different organisations (total 50+). I want to create separate database for each organisation.
Should I create separate EC2 and RDS for each organisation or what will be the best approach.
Note: Each org will have max 1000 users.
- My plan is to use AWS elastic-beanstalk.
- Frontend: Angular
- Backend: Springboot
I am seeking best cost effective and best performance solution.