2 - Compute In The Cloud Flashcards

1
Q

EC2 (elastic compute cloud)

A

Secure, resizable compute capacity in the cloud

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

Multilatency

A

Sharing underlying hardware, secure and separate from others

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

EC2 process

A

1 launch
2 connect
3 use

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

Types of EC2 instances

A

General purpose - provide balanced resources, diverse workloads
Compute optimized - compute intensive like batch processors
Memory optimized - memory intensive like databases
Accelerated computing - calculations or data patterns
Storage optimized - data warehouse

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

Pricing

A

On demand - used in the beginning to play around, pay for duration of instance running
Savings plan - consistent amount of compute, 1/3 year, 72% savings
Reserved instances - steady workload, 1/3 year, 75% savings
Spot instances - flexible start/stop time, can withstand interruptions
Dedicated hosts - compliance requirements

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

Auto scaling

A

Remove instances when not needed

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

Elastic load balancer

A

Even distribution of work, regional construct

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

Tightly coupled/monolithic

A

One component fails causes whole app to fail

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

Loosely coupled/micro services

A

One instance fails it is isolated to not cause other failures

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

Simple queue service

A

Send store and receive messages between components without losing

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

Simple notification service

A

Send messages to services or notifications to end users

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

Lambda

A

Upload code and it’s automatically run, pay for time you consume, serverless

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

ECS

A

Containerized applications at scale, can run on top of EC2

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

EKS

A

Kubernetes

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

Fargate

A

Serverless env managed for you

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