Serverless Architecture Flashcards

1
Q

Lambda & Roles

A

Whenever you’re talking about Lambda & credentials, ensure you’re attaching a role to a function

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

Lambda Triggers

A

You’ll commonly see questions asking what can kick off a lambda function

Know that S3, Kinesis, & event bridge are common triggers

API Gateway and others too

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

Lambda Limits

A

Functions should be short. You can allocate up to 10 GB of RAM & 15 min runtime

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

Lambda API Calls

A

Can be a trigger to kick off an event bridge Rule, this is faster than trying to scrape through cloud trail

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

Kubernetes in AWS

A

If a question asks for a container management solution that can run in AWS & on - prem you’ll want to consider EKS

Also open source = EKS

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

Fargate Limitations

A

It order to use Fargate, you must be using ELS or EKS. Not all scenarios specify ECS or EKS & talk as if Fargate is a container service itself

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

Containers Basics

A

While the exam doesn’t cover containers themselves in too much depth, it’s good to know you start w/ a Dockerfile, build an image, upload that to a repot, & then run it on a host

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

Container Flexibility

A

Containers can encompass just about any workload. Generally we favor using containers rather than EC2 on the exam

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