Section 6: EC2 Instance Storage Flashcards

1
Q

What is an EBS Volume?

A

It is a network drive you can attach to your instances while they run

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

True or False
Will the data in an EBS volume be lost when the instance it is attached to is terminated?

A

False
Once the an EBS volume has been attached to an instance, the data would be still available after the instance termination if the delete on termination option is not selected.

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

Can an EBS volume be attached to only one instance at a time?

A

No, some EBS Volume have the “multi-attach” feature.

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

What is the limitation of EBS volumes in terms of availability zone?

A

EBS volume are bound to an specific availability zone.

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

What is an AMI

A

AMI stands for Amazon Machine Image and it is a customization of an EC2 instance.

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

What are the characteristics of an EC2 instance store

A
  • They are a High-Performance hardware disk
  • Once the EC2 instance is stopped, the instance store will be lost
  • Good for buffer, cache
  • Risk of losing data if there is any issues with an EC2 instance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the different types of EBS volumes?

A
  1. General Purpose (SSD)
  2. Provisioned IOPS (SSD)
  3. Throughput Optimized (HDD)
  4. Cold HDD
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which family of EBS volumes support multi-attach?

A

io1/io2 family

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

What is a use-case for EBS multi-attach?

A

High-Availability Database Clusters: EBS Multi-Attach can be used to provide high-availability for database clusters, such as Amazon RDS. By allowing multiple EC2 instances to attach to the same EBS volume, you can ensure that your database remains available even if one or more EC2 instances fail.

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

How many instances can a multi-attach EBS volume be attached to at once?

A

16

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

Which family of EBS volume can be used as a boot volume?

A

gp2, gp3, oi1, oi2 Block Express

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

What kind of EBS volume would be better for data that is not frequently accessed?

A

Cold HDD Volume

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

What does EFS stand for?

A

Elastic File System

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

Main characteristics of EFS

A
  • Need a security group to gain access to EFS
  • Only compatible with Linux based AMI
  • File system scales automatically (pay-per-use)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the types of Storage Tiers for EFS?

A
  • Standard: For frequently accessed files
  • Infrequent access (EFS - IA): Cost to retrieve files, lower price to store. It can be enabled with a Lifecycle Policy.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the EFS storage types by availability?

A

Standard: Multi Availability Zone
One Zone: It is compatible with EFS-IA, backup enabled by default.