Adding content to 118-cloud-design-patterns

content/system-design
syedmouaazfarrukh 2 years ago
parent bb98cbfe7f
commit 517b0870fc
  1. 9
      src/roadmaps/system-design/content/118-cloud-design-patterns/index.md

@ -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…
Cancel
Save