Lets assume I am using Flask and MongoDB and host everthing on AWS and I am building a Twitter clone. I have one small instance for front-end, one large instance for back-end and one database instance.
So can someone please explain the idea to have 'separate' module on two different servers?
Thanks in advance