EBS Flashcards
What are the Volume Types in EBS?
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)
Can EBS Volumes on one AZ be attached to an EC2 instance in a different AZ?
Nope. Can only attach to own AZ
Can you mount an EBS volume to multiple EC2 instances?
Nope. You can only mount to a single EC2 instance at a time.
Can you modify volumes in real time?
Yes, you can modify size and storage type in real time
Can you modify IOPS of all volume types
No, HDD types can’t modify IOPS
Where are EBS snapshots stored?
S3
What are EBS snapshots?
Snapshots are incremental point in time “snapshots” of the volume
What happens when you snapshot an encrypted volume?
Snapshots of encrypted volumes are encrypted automatically
What happens when you restore a volume from an encrypted snapshot?
The volume restored from an encrypted snapshot will be encrypted automatically
Is it possible to share snapshots?
Yes, but only if its unencrypted
Can you encrypt a root volume of an EC2 by default?
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.
What is an instance store volume?
AKA Ephemeral volume, is temporary storage that will be erased when stopped. Rebooting is fine.
What is an EBS store volume?
EBS volume type that can be stopped and still retain data. Rebooting is fine
How do you take a snapshot of a RAID array?
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 many IOPS is the General Purpose SSD volume capable of?
10k or less IOPS