How We Are Migrating Monolith To Microservices On AWS

Our legacy application is a monolith hosting on multiple EC2 machines on AWS. We are currently under the process of migrating it to microservices architecture mainly due to the following reasons: It is not modular and things are tightly coupled so teams are stepping on each other's toes while developing on itThe technology is outdated and we don't have the expertise on continuous maintenance and developmentThe application is poorly tested in general therefore we don't feel safe to change the system. One simple change could result in bugs in other places we are not aware of.Various performance issues The migration…

Continue ReadingHow We Are Migrating Monolith To Microservices On AWS