Serverless Computing Flashcards

1
Q

Serverless compute service that lets you run code without provisioning or managing the underlying servers

A

Lambda

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

Run code on demand with automated scaling

A

Lambda

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

Free tier of 1,000,000 requests and 400,000 GB of compute per month

A

Lambda

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

Built-in logging and monitoring by using CloudWatch

A

Lambda

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

Does lambda automatically scale the CPUs with memory?

A

Yes

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

Ideal for serverless short-term executions with unpredictable or inconsistent workloads

A

Lambda

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

Lambda time limit per execution

A

15 minutes

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

Environment that Lambda will run your code in

A

Runtime

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

Required if your Lambda function needs to make an AWS API call

A

Permissions (IAM Role)

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

Defines the amount of available memory allocated to your function

A

Resources

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

What starts Lambda code, alerts your lambda function to start

A

Trigger

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

Does Lambda integrate with EFS?

A

Yes

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

Lambda memory allocation

A

128mb-10gb

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

Lambda compressed deployment package size (.zip)

A

<= 50 mb

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

Lambda uncompressed deployment package size

A

<= 250mb

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

Lambda request and response payload size

A

up to 6 mb

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

Used to find deploy and publish their own serverless applications

A

Serverless Apps

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

AWS Sam Template

A

Application Code + manifest file

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

Standard unit of software that packages up code and all its dependencies used for flexibility, ease of use, ability to run on-premise

A

Container

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

Contains all the commands or instructions that will be sued to build an image for containers

A

Dockerfile

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

File used in containers that contains all files needed to run an application

22
Q

Stores docker images for distribution

23
Q

Service that allows you to easily launch and manage docker containers running on AWS Compute

A

Elastic Container Service ECS

24
Q

Container service used for extremely large-scale complex operations with thousands of containers

A

Kubernetes

25
AWS-managed version of Kubernetes used when not all in on AWS
Elastic Kubernetes Service (EKS)
26
Serverless compute engine for docker containers. Used when you have more consistent workloads
Fargate
27
Is their access to the underlying operating system in Fargate?
No
28
Allows you to pass events from a source and an endpoint
Amazon EventBridge
29
A recorded change in an AWS environment
Event
30
Used to match incoming events and send them to the appropriate targets
Rules
31
A router that receives events and delivers them to targets
Event Bus
32
Define an event source and event pattern that will trigger your rule
Event Pattern
33
Set up a recurring schedule for triggering your rule
Scheduled
34
Managed container image registry that offers secure, scalable and reliable infrastructure
Amazon Elastic Container Registry (ECR)
35
Private registry provided to each account that contains all docker images OCI images and OCI artifacts. Requires an Authentication token for pushing and pulling from registry
ECR
36
Helps identify software vulnerabilities in your container images within ECR
Image Scanning
37
Cross-region support, cross-account support. Configured per repository and per region
ECR
38
Integrates with ECS EKS Amazon Linux
ECR
39
Can you set lifecycle policies in ECR?
Yes
40
Prevents image tags from being overwritten in ECR
Tag Mutability
41
Kubernetes distribution based on and used by EKS that is managed by the customer
EKS-D
42
Service that allows you to manage Kubernetes (K8s) clusters on-premises (Lifecycle Policies)
EKS Anywhere
43
Services for deployment usage and management methods for clusters in data center. Based for EKS Anywhere
EKS Distro
44
What are cluster updates done by in EKS Anywhere
Manual CLI or Flux
45
Managed solution of management of container-based apps on-premises
ECS Anywhere
46
Does ECS Anywhere allow inbound traffic?
No
47
Required to be installed for ECS Anywhere
SSM Agent, ECS agent, Docker
48
provides a complete view of requests as they travel through your application and filters visual data across payloads, functions, traces, services, APIs, and more with no-code and low-code motions. (Application Insights)
AWS X-Ray
49
AWS-managed GraphQL interface for development. Which AWS service would meet this requirement?
AppSync
50
provides a robust, scalable GraphQL interface for application developers to combine data from multiple sources, including Amazon DynamoDB, AWS Lambda, and HTTP APIs
AppSync
51