Serverless Architecture Flashcards

1
Q

Credentials + Lambda?

A

Attach a role to the function

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

Lambda triggers

A

What can kick off a Lambda function? S3, Kinesis, and EventBridge (formerly CloudWatch Events) are common triggers

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

Lambda’s limitations

A
  • Functions should be short

- You can allocate up to 10GB of RAM and 15 minutes of runtime

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

Alternative to scraping through CloudTrail

A

Any AWS API call can be a trigger to kick off an EventBridge rule.

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

Open Source container technology in AWS

A

Kubernetes through EKS

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

Open Source container management solution that can run in AWS and on-premises

A

EKS

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

Fargate works in conjunction with …

A

ECS or EKS

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