Cloud Infrastructures 3.1 Flashcards
A […] is used to determine the division of responsibility between a customer and a cloud provider
Responsibility Matrix
A type of cloud called a […] cloud, adds additional complexity to managing it.
- Same Authentication across clouds
- Different firewall Configurations
- Diverse Logs
Hybrid
Applications , servers, and networks that don’t rely on physical hardware but instead relies on code is called […]
Infrastructure as Code
In a […] architecture, the OS is removed from the equation and your own code is written and deployed to a cloud service. The cloud provider runs your code only when needed, scales automatically, and you only pay for the actual usage.
Serverless
[…] is a type of serverless architecture where you write individual functions that perform specific tasks, and is run only when needed. No OS is needed, everything is cloud based.
Function as a Service (FaaS)
Instead of having one single application where all components are deployed as a single unit, […] allows each component to be its own service, developed, deployed, and scaled independently
Think of a mall with many stores that operate independent of each other, compared to a singular location (Kohls)
Microservices