Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.09 KB

cloud-providers.org

File metadata and controls

33 lines (25 loc) · 2.09 KB

Cloud Providers

Table of Contents

Responsibility Model

The responsibility model is not the same when you hace a Local Server ~ Cloud Services:

The Shared Responsibility model is a security and compliance framework that outlines the responsibilities of cloud service providers (CSPs) and customers for securing every aspect of the cloud environment, including hardware, infrastructure, endpoints, data, configurations, settings, operating systems (OS), network controls and access rights.

Compute Services in Cloud Providers

Cloud ProviderIaaSPaaSCaaSFaaS
AWSElastic Compute Cloud (EC2)Elastic BeanstalkElastic Kubernetes Service (EKS)Lambda
Microsoft AzureVirtual MachinesApp ServiceAzure Kubernetes Service (AKS)Functions
Google CloudCompute EngineApp EngineKubernetes EngineCloud Functions

Definitions

IaaS: Infrastructure as a ServicePaaS: Platform as a ServiceCaaS: Containers as a ServiceFaaS: Function as a Service

Data Services in Cloud Providers

Cloud ProviderObject StorageRelationalNoSQL
AWSSimple Storage Service (S3)Relational Database Service (RDS)DynamoDB
Microsoft AzureBlobsSQL DatabaseCosmos DB
Google CloudCloud StorageCloud SQLCloud Bigtable