EC2 Instance Storage Flashcards
What does EBS standfor?
Elastic Block Store
How many EC2 instances can an EBS volume be mounted to at one time?
One
Are EBS volumes global or availability zone bounded?
Availability zone
What attribute determines what will happen to an EBS volume attached to an EC2 instance once it is deleted?
Delete on termination attribute (default ON root, OFF other)
How can you make a backup of an EBS volume?
Use snapshots (they can be used to move EBS volumes between az’s/regions)
What feature can make storing EBS snapshots cheaper?
EBS Snapshot Archive
What happens if you accidently delete a snapshot?
Check the recycle bin for EBS snapshots
What is an AMI?
Amazon Machine Image are a customization of EC2 with preinstalled software and configuration
Are AMI’s build for global, specific regions, or specific az’s?
Specific regions
Is EBS a physical or network drive?
Network drive
Is EC2 Instance Store a physical or network drive?
Physical
Justify when you would pick an EBS volume over and EC2 instance store?
- Cheaper
- Can be configured to not be deleted when EC2 instance is deleted
- Can be disconnected and attached to other EC2 instances
Justify when you would pick an EC2 instance store over an EBS volume?
- Need high performance (like for a short term cache)
- Don’t care that storage will be lost of EC2 instance is deleted
Describe the gp2/gp3 EBS volume type
General purpose SSD volume with balanced price/performance
Describe the io1/io2 Block Express EBS volume type
High performance SSD volume for mission critical low latency high throughput workloads