EC2 Instance Storage Flashcards

1
Q

What is an EBS Volume?

A

• An EBS (Elastic Block Store) Volume is a network drive you can attach to your instances while they run

** • Analogy:Think of them as a “network USB stick”

• It allows your instances to persist data, even after their termination

  • You define how you want your EBS to perform

• Free tier: 30 GB of free EBS storage of type gp2 per month

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 attached to?

A

EBS Volume can only be attached to 1 instance at a time.

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

Are EBS Volumes bound to a specific availability zone?

A

Yes

• They are bound to a specific availability zone
They are locked to a specific availability zone

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

Can EBS Volumes be mounted to more than one instance?

A

• They can only be mounted to one instance at a time (at the CCP level)

  • It can be detached from an EC2 instance and attached to another one quickly
  • To move a volume across you need to snapshot it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Are EBS Volumes physical or network drives?

A

• An EBS (Elastic Block Store) Volume is a network drive you can attach to your instances while they run

** • Analogy:Think of them as a “network USB stick”

It uses the network to communicate the instance, which means there might be a bit of latency from one computer to reach another server

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

Do you have to provision EBS capacity in advance?

A

Yes

You have to provision capacity in advance
You need to specify how many gigabytes you want in advance and the IOPs, which is IO operations per second
You will get billed for the capacity& you can increase that capacity over time if you want better performance or more size

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

Can you have more than one EBS Volume attached to an EC2 instance?

A

Yes

It is possible to have 2 EBS Volumes attached to an EC2 instance

Think of it as 2 network USB sticks into one machine

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

What is an EBS Snapshot?

A

A backup of your EBS volume at a point in time

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

Do you need to detach your EBS Volume to take a snapshot?

A

It is NOT necessary to detach your EBS Volume to do a snapshot but it is recommended

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

Can you copy snapshots across AZ (availability zones) or Regions?

A

Yes

You are able to transfer your data in a different region of the AWS to leverage to global infrastructure

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

What powers your EC2 instances?

A

AMI = Amazon Machine Image

AMI is a customization of an EC2 instance (You add your own software, configuration, we can define and set up the operating system…)

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

What is AMI?

A

Amazon Machine Image

AMI is a customization of an EC2 instance (You add your own software, configuration, we can define and set up the operating system…)

Faster boot/ configuration time because all your software is pre-packaged

AMI are built for a specific region ( and can be copied across regions)

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

What is EFS?

A

EFS = Elastic File System

A managed NFS (network file system) that can be mounted on 100s of EC2

EFS works with Linux EC2 instances in multi-AZ

Highly available, scalable, expensive (3xgp2), pay per use, no capacity planning

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