EBS Flashcards

1
Q

What are the Volume Types in EBS?

A

General Purpose SSD - Balance price and performance for variety of workloads (Under 10k IOPS)
Provisioned IOPS SSD - Highest performance SSD volume for mission-critical low-latency or high-throughput workloads such as NoSQL (over 10k IOPS)

Throughput Optimized HDD - Low cost HDD designed for frequently accessed, throughput-intensive workloads, can't be boot vol
Cold HDD - Lowest cost HDD volume designed for less frequently accessed workloads, can't be boot vol Magnetic Standard - Can be a boot volume, (previous generation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can EBS Volumes on one AZ be attached to an EC2 instance in a different AZ?

A

Nope. Can only attach to own AZ

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

Can you mount an EBS volume to multiple EC2 instances?

A

Nope. You can only mount to a single EC2 instance at a time.

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

Can you modify volumes in real time?

A

Yes, you can modify size and storage type in real time

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

Can you modify IOPS of all volume types

A

No, HDD types can’t modify IOPS

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

Where are EBS snapshots stored?

A

S3

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

What are EBS snapshots?

A

Snapshots are incremental point in time “snapshots” of the volume

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

What happens when you snapshot an encrypted volume?

A

Snapshots of encrypted volumes are encrypted automatically

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

What happens when you restore a volume from an encrypted snapshot?

A

The volume restored from an encrypted snapshot will be encrypted automatically

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

Is it possible to share snapshots?

A

Yes, but only if its unencrypted

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

Can you encrypt a root volume of an EC2 by default?

A

Nope. You cannot encrypt a root volume of an EC2 during creation. You have to create a snapshot, encrypt it and then create an AMI using said snapshot and launch an instance from the image.

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

What is an instance store volume?

A

AKA Ephemeral volume, is temporary storage that will be erased when stopped. Rebooting is fine.

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

What is an EBS store volume?

A

EBS volume type that can be stopped and still retain data. Rebooting is fine

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

How do you take a snapshot of a RAID array?

A

Take an application consistent snapshot by one of these methods:

1) Turning off the instance
2) Freeze the RAID array
3) Dismount the volume

The idea is to remove any application or write back caches

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

How many IOPS is the General Purpose SSD volume capable of?

A

10k or less IOPS

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

How many IOPS is the IOPS optimized SSD volume capable of?

A

Over 10k IOPS

17
Q

If you have to encrypt data at rest on both Windows and Linux instances what third party tool could you use that would work on both?

A

TrueCrypt, open source and works with amazon resources. Supports both Windows and Linux.