1 - Going Serverless Flashcards

1
Q

Two Serverless Criteria

A

Consumed as utility service & incurs cost only when used

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

Tier

A

A module boundary that provides isolation btw major components of a sys. Tiers can multiple layers

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

Layers

A

Logical slices that carry out specific responsibilities in an app.

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

SOA

A

Service-oriented architecture / Microservice arch. Architectural approach which creates autonomous service that communicate via msg passing & often have a schema/contact that defines how msg are created/exchanged

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

FaaS

A

Function as a Service. Running arbitrary code without provisioning infrastructure to run it as a service or pay for the infrastructure

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

What is AWS’s version of FaaA?

A

AWS Lambda

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

What is AWS’s version of FaaA?

A

AWS Lambda

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

What is AWS’s version of FaaA?

A

AWS Lambda

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

Serverless Containers

A

Leveraging containers to implement custom logic & using the containers as a utility service & incurring costs only when the container runs

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

What is AWS’s version of serverless container

A

AWS Fargate

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

Explain the differences of Serverless vs SOA

A

In Serverless, custom code is written & executed as isolated, indep, & often granular function, where every component is a service. SOA is an arch with autonomous service that communicate via msg passing

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