Cloud Infrastructures 3.1 Flashcards

1
Q

A […] is used to determine the division of responsibility between a customer and a cloud provider

A

Responsibility Matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A type of cloud called a […] cloud, adds additional complexity to managing it.

  • Same Authentication across clouds
  • Different firewall Configurations
  • Diverse Logs
A

Hybrid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Applications , servers, and networks that don’t rely on physical hardware but instead relies on code is called […]

A

Infrastructure as Code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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.

A

Serverless

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

[…] 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.

A

Function as a Service (FaaS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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)

A

Microservices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly