parent
bb98cbfe7f
commit
517b0870fc
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
|||||||
# Cloud design patterns |
# Cloud Design Patterns |
||||||
|
|
||||||
|
Cloud design patterns in system design are solutions to common problems that arise when building systems that run on a cloud platform. These patterns provide a way to design and implement systems that can take advantage of the unique characteristics of the cloud, such as scalability, elasticity, and pay-per-use pricing. Some common cloud design patterns include Scalability, Elasticity, Fault Tolerance, Microservices, Serverless, Data Management, Front-end and Back-end separation and Hybrid. |
||||||
|
|
||||||
|
To learn more, visit the following links: |
||||||
|
|
||||||
|
- [AWS Cloud Design Patterns](https://www.bmc.com/blogs/aws-cloud-design-patterns/) |
||||||
|
- [Get started with Cloud Design Patterns](https://learn.microsoft.com/en-us/azure/architecture/patterns/) |
Loading…
Reference in new issue