PaaS added (#21111)

This commit is contained in:
Arsalaan Javed
2018-11-05 10:21:52 -05:00
committed by Tom
parent ccab608846
commit 49a69fb175

View File

@@ -9,6 +9,15 @@ Popular choices for Public Cloud providers are Amazon Web Services, Microsoft Az
Many modern websites and big data efforts are said to be developed in the Cloud, meaning they are operating in some of these massive shared datacenters.
## Cloud Layers
### Software as a Service
SaaS is from a end user perspective, meaning that at this layer cloud providers will host and provide a software/application as a whole, running, to the end users. One good example could be Google Drive here.
### Platform as a Service
PaaS is from the service provider perspective, meaning that at this layer the cloud providers will provide us the platform used for developing the applications offered as a SaaS. One good example could be Google App Engine.
#### More Information:
- [Getting Started with AWS](https://aws.amazon.com/getting-started/)