Currently we are using One EC2 instance to run our Services. And we are planning to add one more instance to put our application Server. Is it better to put the database in separate instance and query from both instances or is there any better solution? Meanwhile we also have to consider about the scalability when we want to add more servers at runtime.
Thanks