How would you grant access to a DynamoDB table for a Lambda function that lives in a VPC?
You would ensure that the execution role has access to the relevant VPC endpoint using this permission AWSLambdaVPCAccessExecutionRole
What are some common triggers for Lambda?
What is the range for memory allocation for Lambda?
128mb-10gb
How long can a lambda function run?
15 min Max. The goal is to minimize this.
Why consider containers for apps?
What is a Dockerfile
What is ECS? what is the open-source version?
What if you want an open-source container system? What is the benefit?
What is Fargate
Does Fargate work with EKS or ECS? Linux or Windows?
Both. Linux Only
Why would you choose EC2 or Fargate?
Why would you choose Fargate or Lambda?
What is EventBridge
Its a serverless event bus that can trigger an action.
What makes up an Event Bridge Rule
Why might you not want to use a serverless option?
What goes with Fargate, always?
What’s the general process flow for a Dockerfile?
What is Lambda@Edge?
Runs lambda functions in region closest to a user
How should you associate roles to EC2 instances when using ECS
Associate the role with the ECS Task definition
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html