IaaS added (#21121)

This commit is contained in:
Arsalaan Javed
2018-11-05 12:46:45 -05:00
committed by Paul Gamble
parent 7530f3dbfc
commit ff781763ca

View File

@ -17,6 +17,8 @@ SaaS is from a end user perspective, meaning that at this layer cloud providers
### 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.
### Infrastructure as a Service
IaaS is from the infrastructure provider perspective, meaning that at this layer the cloud providers will provide us the virtualised resources like CPU, memory and storage on a pay per use basis. One good example could be Amazon EC2.
#### More Information: