I have several customers and i am serving different versions of my .net web application, using different MS SQL databases to all of my customers. I'm moving to AWS and i need help from experienced people.
On Azure i create a sepereate resource group, sql server, app plan, app service for all my clients. On my local server, i have multiple clients on one windows server and one sql server with multiple databases.
So my question is again, should i create one EC2 instance and use this instance to serve all my clients or is there a better way on AWS?