Simple Microservices Architecture on AWS
Posted cloudrivers
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Simple Microservices Architecture on AWS相关的知识,希望对你有一定的参考价值。
Typical monolithic applications are built using different layers—a user interface (UI) layer, a business layer, and a persistence layer. A central idea of a microservices architecture is to split functionalities into cohesive “verticals”—not by technological layers, but by implementing a specific domain. Figure 1 depicts a reference architecture for a typical microservices application on AWS.
![技术图片](https://docs.aws.amazon.com/zh_cn/whitepapers/latest/microservices-on-aws/images/image2.png)
以上是关于Simple Microservices Architecture on AWS的主要内容,如果未能解决你的问题,请参考以下文章