Lambda Flashcards

1
Q

Lambda Networking Mode

A

VPC Resides in a Subnet in a vpc, requires configuration and Permissions for access.

Public Resides in aws Public Zone. Can Access all AWS Pulic services and Public internet just with Auth and Auth. No configuration is required.

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

Lambda Time Limit

A

15mins

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

Lambda function size Limit

A

10,000MB

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

Lambda Cold Start

A

A Lambda invocation can reuse an execution context but has to assume it can’t. If used infrequently contexts will be removed. Concurrent executions will use multiple (potentially new) contexts

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

Lambda in vpc

A

Once Lambda is deployed into a vpc, it is bound by every rules that applies to all Resources inside a vpc. EG Security group, NAT, VPC endpoint, Routing etc

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

Lambda Invocation Methods

A

Synchronous
Asynchronous
Events Source mapping

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

Lambda Provisioned Concurrency

A

A pre-running warm start, execution environment. With this Provisioned concurrency can be used.

AWS will create and keep X contexts warm and ready to use .. improving start speeds

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

Temp Space

A

Functions sharing execution context without having to download files and dependencies codes

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

Lambda Environment Variables

A

You can define environment variables as key-value pairs that are accessible from vour function code. These are useful to
store contiguration settings without the need to change function code.

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