Quiz - Chapter 16 - Serverless Overview Flashcards

1
Q

What type of file is used to build a container image?

A

Dockerfile

You’d use a Dockerfile to create the container image

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

What is the maximum amount of RAM you can allocate to a single Lambda function?

A

Lambda supports up to 10GB of RAM

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

Which AWS service allows you to use Fargate without needing ECS or EKS?

A

NONE

Fargate requires either ECS or EKS

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

What is one thing EC2 instances allow you to configure but a serverless application doesn’t?

A

Operating System

In a serverless application, you don’t have access to the OS

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

What AWS service can create EC2 instances and place containers in them based on your task definitions?

A

ECS manages this process for you

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

Which open-source container management engine powers EKS?

A

Kubernetes

EKS is a managed version of Kubernetes

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

Which IAM entity is assigned to a Lambda function to provide it with permissions to access other AWS APIs?

A

ROLES

Roles should be used for Lambda to talk to other AWS APIs

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

What is the maximum length of time Lambda can run?

A

15 minutes

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