In this chapter, we will compare two popular application architectures: microservices and monolith.
In addition, I will walk you through containers of the most common tools used for microservices.
I will also demonstrate the containerization solution from Amazon AWS’s side, including how to configure it and how to use it to deploy an application.
Monolithic
A standard method for creating server and client applications is to use a monolithic architecture, wherein one huge codebase is used to create these applications. ...