EBS Volumes and Snapshots Flashcards

1
Q

Why the volume is on the same AZ as the instance?

A

Due to low latency

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

Is it possible to change the Volume type for a root volume of an EC2 instance?

A

Yes

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

How to move an instance/volume from one AZ to another?

A

It is needed to create a snapshot, then create an AMI (preferably with hardware-assisted virtualisation (HVM) because it supports more instance types) and finally launch it on the target AZ

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

How to launch the same AMI in another region?

A

It is possible to use the Copy AMI feature

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

Where snapshots are stored?

A

S3

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

How snapshot works?

A

One full + multi incremental (only blocks that have changed are moved to S3)

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

What is instance store volume?

A

It is the ephemeral storage that comes with AMI of type Instance Store. The instances launched with this type can’t be stopped, only rebooted or terminated. If the underlying host fails, you will lose your data

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

How to encrypt an instance that is not encrypted?

A

Take a snapshot, copy and select encryption, create an AMI, and launch the new instance

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

What are the requirements for sharing snapshots?

A

They can be shared to public or AWS accounts, but they need to unencrypted

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