W3schools.com collaborates with Amazon Web Services to deliver digital training content to our students.
Applications are made of multiple components.
The components communicate with each other.
The communication can transmit data, fulfill requests, and keep the application running.
An architecture with tightly coupled components can be called a monolithic application.
Components can be databases, servers, interfaces, and much more.
A monolithic application can be vulnerable if one of the components fails.
In the worst case, this can cause the whole service to go down.
Instead, your application can be designed with an approach called microservices.
Microservices can help to keep your service available if one component fails.
AWS and 91xjr offers free and paid Cloud Courses Engage in a text and video based learning experience. Free AWS training - Upskill today and reach for the Cloud. |
Microservices can help to maintain the service if one component fails.
The services can be maintained because they communicate with each other and the components are not tightly coupled.
AWS has two services that can make this integration:
You will learn more about them in the next chapter.
The difference between the Monolithic and Microservices approach is tight coupled vs. loosely coupled.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!