AWS CCP Notes

Search

Search IconIcon to open search

06-04 Shared Responsibility Model - Architecture

Last updated Aug 17, 2023 Edit Source

Amplify - Serverless Framework
Amplify - Serverless Framework
Lambda - Serverless Architecture
Lambda - Serverless Architecture
Fargate - Serverless Containers
Fargate - Serverless Containers
ECS/EKS - Containers
ECS/EKS - Containers
Elastic Beanstalk - Platform as a Service
Elastic Beanstalk - Platform as a Serv…
EC2 - Infrastructure as a Service
EC2 - Infrastructure as a Service
Less Responsibility
Less Responsibility
More Responsibility
More Responsibility

Serverless / Functions

No more servers, just worry about data and code

Serverless / Functions…

Microservices / Containers

Mix and match languages, better utilization of resources

Microservices / Containers…

Traditional / VMs

Global workforce is most familiar with this kind of architecture and lots of documentation, frameworks, and support.

Traditional / VMs…
Text is not SVG - cannot display

# Serverless/Functions - Less Responsibility

No more servers, just worry about data and code.
Examples.

# Microservices/Containers - More Responsibility

Mix and match languages, better utilization of resources
Examples:

# Traditional/VMs - Most Responsibility

Global workforce is most familiar with this kind of architecture and lots of documentation, frameworks and support.
Examples: