EC2 Flashcards

1
Q

EC2

A

Elastic Compute Cloud
IaaS

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

EC2 Capabilities

A

Rent VM’s (EC2)
Store data (EBS)
Load balancing (ELB)
Scale using auto-scaling group (ASG)

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

EC2 OS’s

A

Windows, Mac, Linux

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

Bootstrapping

A

Launch commands when the machine starts

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

EC2 User Data Script

A

Bootstrap Script

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

EC2 Keypair

A

Used to connect securely to EC2 Instance

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

General purpose instance type

A

Diverse workloads
Balance of resources

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

Compute optimized Instance Type

A

Compute intensive tasks

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

Compute optimized good for

A

High performance

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

Memory Optimized Instance Type

A

Workloads that process large data sets in memory

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

Memory Optimized Instance Type use cases

A

High performance databases
Distributed web scale cache stores
In-memory DB’s for BI
Apps processing real-time big unstructured data

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

Storage Optimized Instance type

A

Storage intensive tasks requiring high sequential read/write to large data on local storage

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

Storage Optimized Instance type use cases

A

High frequency OLTP
Relational and NoSQL DB
Cache for in-memory DB’s (Redis)
Data warehousing apps
Distributed File Systems

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

Security groups

A

Control traffic in and out of instances

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

Security groups contain…

A

Rules

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

Security groups act like…

A

Firewalls

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

SFTP port

A

22

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

EC2 Instance Connect

A

Use web browser to connect to EC2 Instance

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

IAM Roles

A

Provides creds to an EC2 instance

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

Reserved instances used for…

A

Long running workloads

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

Reserved instance time periods

A

1 & 3 years

22
Q

Savings plan

A

Commit to amount of usage (limit) for long workloads

23
Q

Spot instances used for

A

Short workloads

24
Q

Potential issues with spot instances

A

Cheap
Can be lost
Less reliable

25
Dedicated host
Book an entire physical server
26
Dedicated instances
Hardware not shared
27
Capacity reservations
Reserve capacity in a specific Availability Zone
28
EC2 On Demand
Pay for what you use
29
EC2 Linux and Windows billing timeframe
per second after 1 minute
30
EC2 billing timeframe for non-windows or linux
Per hour
31
EC2 on demand recommended for
Short term uninterrupted workloads
32
EC2 Reserved instances discount amount
72% compared to On-demand
33
EC2 Reserved instances payment options
No upfront Partial upfront All Upfront
34
EC2 Reserved instances recommended for...
Steady-state applications
35
Convertible reserve instance allows...
Changing EC2 type, family, OS, scope, tenancy
36
Convertible reserve instance discount amount
Up to 66%
37
EC2 Savings plan discount
Up to 72%
38
EC2 Savings plan commits to...
Minimum usage with on-demand pricing for overage
39
EC2 Tenancy options (3)
Host Dedicated Default
40
EC2 Savings plan locked into...
Instance family Region
41
EC2 Spot instance discount
Up to 90%
42
Most cost effective EC2 Instance
Spot instance
43
Why can you lose a spot instance
If usage price goes over current spot price
44
Which EC2 instance billing isn't suitable for critical jobs or DB's?
Spot instances
45
Reasons to use EC2 Dedicated hosts... (2)
Compliance requirements Use existing software licenses.
46
Most expensive EC2 type
Dedicated host
47
EC2 Dedicated instances may share...
HW with other instances on the same account
48
EC2 Capacity reservations commitment and discount
No commitment and no discount
49
Do you pay for Capacity Reservations when not using them?
Yes
50
Who is responsible for OS updates in EC2?
Customer