EC2 Instance Storage Flashcards

1
Q

What is an EBS Volume?

A

Network drive that can be attached to a single EC2 instance

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

How many instances can an EBS volume be mounted to in a given time frame?

A

One

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

How many availability zones can an EBS Volume be bound to?

A

One

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

What is an advantage of using EBS volumes?

A

Allows data to persist even after instance has been terminated

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

What is an EBS Snapshot?

A

EBS Volume backup

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

What is an advantage of using an EBS Snapshot?

A

Snapshots can be copied to different Availability Zones and regions

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

What is an AMI (AWS Machine Image)?

A

Customized EC2 instance configuration

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

What are the advantages of using an AMI?

A

Faster boot time and can be used and copied across different availability zones and regions

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

What are the types of AMIs in AWS?

A

Public
Personal
AWS marketplace

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

What is an EC2 Instance Store?

A

High performance hardware disk that act as alternatives to EBS volumes for temporary data

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

Why use an Instance Store?

A

For better I/O Performance

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

Instance Store use cases?

A

Caching

Temporary/scratch data

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

What are the disadvantages to using an Instance Store?

A

risk of data loss when hardware fails

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

List the EBS Volumes Types

A

gp2 and gp3
io1 and io2
st1
sc1

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

What volume(s) are the best for general purpose and balances price and performance for a wide variety of workloads?

A

gp2 and gp3

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

What volume(s) are best for highest-performance mission-critical low-latency or high-throughput workloads?

A

io1 and io2

17
Q

What volume(s) are best for frequent accessed, throughput-intensive workloads?

18
Q

What volume(s) are best for less frequently accessed workloads?

19
Q

What volume(s) are best for I/O-intensive database workloads?

A

Provisioned IOPS SSD

20
Q

What volume(s) can be attached to multiple instances?

21
Q

Which type of HDD volume(s) are the lowest costing?

22
Q

Which volume types are HDD?

A

st1 and sc1

23
Q

Which volume types are SSD?

A

gp2 and gp3

io1 and io2

24
Q

Which volumes are cost effective and have low-latency?

A

gp2 and gp3

25
Which volumes are high performing and have low-latency?
io1 and io2
26
What is the difference between gp2 volume and a gp3 volume?
IOPS and throughput are linked together in gp2 volume whereas they are independently set in a gp3 volume
27
What is an advantage of using an EBS RAID?
Increased IOPS performance
28
What are the two main EBS RAID options?
RAID 0 and RAID 1
29
What is one disadvantage from using RAID 0?
If one disk fails all of the data is lost
30
What is one advantage from using RAID 1?
If one disk fails the logical volume is still working
31
What is a characteristic from using RAID 0?
Data is written to each volume subsequently
32
What is a characteristic from using RAID 1?
Data is written to each EBS volume at the same time
33
What is one disadvantage from using RAID 1?
More network is needed if more than one volume is used
34
What is EFS?
Elastic File System is a network file share that can be mounted on multiple EC2 instances
35
What is an advantage of using EFS?
Highly available, scalable and "pay for what you use"
36
What is an disadvantage of using EFS?
It's expensive
37
What applications types are advantageous for EFS?
CMS, wordpress, data sharing etc.
38
How is access controlled for an EFS?
Security group
39
What AMI's are compatible with EFS?
Linux