Serverless Architecture Flashcards
1
Q
Credentials + Lambda?
A
Attach a role to the function
2
Q
Lambda triggers
A
What can kick off a Lambda function? S3, Kinesis, and EventBridge (formerly CloudWatch Events) are common triggers
3
Q
Lambda’s limitations
A
- Functions should be short
- You can allocate up to 10GB of RAM and 15 minutes of runtime
4
Q
Alternative to scraping through CloudTrail
A
Any AWS API call can be a trigger to kick off an EventBridge rule.
5
Q
Open Source container technology in AWS
A
Kubernetes through EKS
6
Q
Open Source container management solution that can run in AWS and on-premises
A
EKS
7
Q
Fargate works in conjunction with …
A
ECS or EKS