EBS Snapshots, restore, and fast snapshot restore Flashcards

1
Q

What is an EBS snapshot?

A

It is a way to backup EBS volumes to S3

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

What happens when you take a snapshot of an EBS volume (in terms of resilience)?

A

The data becomes region resilient as it is stored in S3.

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

How can you migrate data from an EBS volume?

A

Creating a backup and then restoring the backup

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

Are EBS snapshots incremental or a full copy of the EBS volume?

A

Snapshots are incremental copies to S3.

Only the first backup is a FULL copy.

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

What is the difference between the first snapshot and the rest?

A

The first snapshot is a FULL copy.

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

Is the EBS performance affected when taking snapshots of the volume?

A

No, but it will take time in the background.

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

How do EBS snapshots behave if you delete an incremental snapshot?

A

It moves data to ensure subsequent snapshots will work properly

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

When creating an EBS volume, when can you expect to have full performance?

A

Since the creation.

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

What is a lazy restore?

A

When you restore a volume from a snapshot, you can’t achieve a full performance immediately, this is called lazy restore.
The data is transferred from S3 slowly in the background.

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

What happens when you try to read data that has not been restored yet? (lazy restore related)

A

When you read data that has not been restored yet, EBS will immediately fetch the data from S3 but you won’t be able to achieve the same level of performance as when you read directly from EBS

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

What is recommended to do when restoring an EBS volume before moving it to production environments?

A

To read the volume completely with tools like DD (in Linux). It forces the read of all the blocks of the volume so they are available.

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

What does Fast Snapshot Restore (FSR) do?

A

FSR allows for an immediate restoration.

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

Is there any limit of FSRs per region or AZ?

A

Yes, you can create 50 FSRs per region.

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

How does Fast Snapshot Restore work?

A

First, it needs to be enabled on the snapshot.
You pick to which AZ you want to do instant restores.
Each combination of Snapshot and AZ counts as one FSR.

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

What is the disadvantage of FSRs?

A

FSR is not free and can get expensive with lots of different snapshots - you can get the same result by reading the whole volume with DD.

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

What are Snapshots billed for?

A

GB/month.

17
Q

How much in GB/month is 20 GB stored for half a month?

A

10GB/month

18
Q

Are you billed for used data or allocated data (EBS)?

A

You are billed for the used data, not for the whole EBS volume size.

19
Q

Are you charged more money if you do snapshots of a volume every 5 minutes vs every hour?

A

The data is incrementally stored which means doing a snapshot every 5 minutes will not necessarily increase the charge as doing it once every hour.