Other Compute Flashcards

1
Q

What is Docker?

A
  • containers that can be run on any OS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ECS

A
  • Elastic Container Service
  • You must provision & maintain the infrastructure (the EC2 instances)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fargate

A
  • You do not provision the infrastructure (no EC2 instances to manage)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ECR

A
  • Elastic Container Registry
  • where you store Docker images for ECS or Fargate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Amazon EKS

A
  • Elastic Kubernetes Service
  • launch managed Kubernetes clusters on AWS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What’s serverless?

A
  • new paradigm in which the developers don’t have to manage servers anymore
  • Serverless does not mean there are no servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

AWS Lambda

A
  • Virtual functions – no servers to manage
  • short executions, on-demand, Scaling is automated, event-driven
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Amazon API Gateway

A
  • Fully managed service for developers to easily create, publish, maintain, monitor, and secure APIs
  • Beispiel: Client > API Gateway > Lambda > DynamoDB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

AWS Batch

A
  • Fully managed batch processing at any scale
  • will dynamically launch EC2 instances or Spot Instances
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Batch vs Lambda

A
  • Lambda: Time limit, Limited runtimes, …
  • Batch: No Time limit, Any runtime, …
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Amazon Lightsail

A
  • Virtual servers, storage, databases, and networking
  • people with little cloud experience
How well did you know this?
1
Not at all
2
3
4
5
Perfectly