From ff781763ca220d76cd7b18acead9f5ee217994a8 Mon Sep 17 00:00:00 2001 From: Arsalaan Javed Date: Mon, 5 Nov 2018 12:46:45 -0500 Subject: [PATCH] IaaS added (#21121) --- guide/english/cloud-development/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/cloud-development/index.md b/guide/english/cloud-development/index.md index 8887274ee1..a6ddfb896f 100644 --- a/guide/english/cloud-development/index.md +++ b/guide/english/cloud-development/index.md @@ -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: