Things‐I‐want‐to‐know‐more‐about‐ops 401 class 2 reading 2 - reedraheem/Things-I-want-to-know-more-about- GitHub Wiki

Readings: Cloud Security Principles and Frameworks

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

In summary, the levels of abstraction in AWS can be compared to the different layers involved in building a house. Starting from the foundational infrastructure layer, each layer adds more functionality and convenience. The levels progress from the underlying hardware and networking to computing power, data storage, pre-built services, and finally, the customized applications and software that meet your unique requirements.

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

The control plane is responsible for managing and orchestrating containers at a higher level. It handles the administrative tasks and provides the necessary tools and interfaces to manage containerized applications. The control plane typically includes components such as container orchestration platforms like Kubernetes, container management services, and APIs.The data plane, also known as the container runtime, is responsible for the actual execution and operation of individual containers. It focuses on running containers efficiently, providing isolation, and managing container-related operations at a lower level.

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

AWS Lambda falls under the Compute Layer in the layers of abstraction in AWS. It is a serverless computing service that allows you to run your code without managing servers or infrastructure.