401‐Reading 2 - Skalyx866/Notes GitHub Wiki

Explain the levels of abstraction in AWS to someone without a technical background.

The levels of abstraction in AWS is that the more AWS space you have, the more the consumer can offload and the less they have to do

What are the control plane and data plane responsible for in container abstraction?

The control plane is responsible for exposing the API and interfaces while a data plane is responsible for providing the capacity such as RAM, CPU, network, and storage.

Where does AWS Lambda fall in the layers of abstraction and what makes it so special?

Lambda is at the very top right of the abstraction layer and it's special because it's purpose is to just run a function and it's event-managed which means when you use it to run your code, it will run as much as needed.

Source: AWS Architecture Blog - Compute Abstractions on AWS: A Visual Story

What I would like to learn more about

I would like to learn more about the AWS Lambda and all that it is capable of or what it could be capable of.