Class 02 Reading Notes: Cloud Security Principles and Frameworks - taylortommy23/401-Reading-Notes GitHub Wiki

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

  • The higher you go, the less you deal with the low-level issues and the more time you have for the major issues.

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

  • They work together to provide a seamless experience for deploying and managing containers.

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

  • It falls into the category of Function as a Service. Its simplicity, scalability, and cost-effectiveness makes it the go to choice for a wide range of use cases.

Resources: https://aws.amazon.com/blogs/architecture/compute-abstractions-on-aws-a-visual-story/