Chp 7: Instance Storage Flashcards
1
Q
What is an EBS Volume
A
- a network drive you can attach to your instance while it runs
- it allows your instance to persist data, even after termination
2
Q
How many instances can an EBS volume be mounted to?
A
one at a time
3
Q
EBS Volume can exist in any AZ?
A
no, its bound to one
4
Q
is there latency issues with EBS Volumes
A
yes, bc its a network drive
5
Q
by default, which EBS volume is deleted? what control it?
A
The root volume, this is controlled by AWS Cli
6
Q
what is an AZ instance store?
A
- a hardware disk
- lose storage once its stopped
- better I/O
- risk of data loss
7
Q
EBS Volume types
A
- gpg2/gp3 (SSD)
- IO1/IO2 (SSD)
- STI (HHD)
- SCI (HHD)
8
Q
Which EBS volume types can be used as boot volumes
A
gp2/gp3 and Io1/io2
9
Q
highest performance SSD volume for mission critical low latency or high-throughput workloads
A
Io1/io2
10
Q
lowest cost HDD volume designed for less frequently accessed workload
A
sc1