1. what are the cloud service models?
i. Infra structure as a service
ii. platform as a service
iii Software as a service
2. waht are the cloud deployment models?
i. public cloud
ii private cloud
iii hybrid cloud
iv. Multi cloud
3. what are public and private cloud?
public cloud=infrastructure owned & operated by third party provider, shared among many different organizations/users over the internet. Eg: AWS, microsoft azure, Google cloud
private cloud= infrastructure dedicated to one single organization, not shared with any one else. Eg: VMware, Openstack
4. what are hybrid cloud and multiple cloud environment?
Hybrid cloud = public + private cloud connected together as one unified system. keeps sensitive data's in private cloud and non sensitive data's in public cloud
5. explain any two cloud service models?
IaaS: Infra structure as a Service. Cloud provider gives you raw infrastructure - virtual computing resources over the internet. you rent hardware , you manage everything installed on top
eg: EC2(virtual service), S3(storage), VPC(network)
PaaS: Platform as a service. Cloud provider delivers a complete deployment & deployment platform. you only bring your code & data-provider handles the infrastructure, OS, runtime and maintenance.
eg: Elastic Beanstalk, Lambda, RDS(managed data base)