EC2 Instance Storage Flashcards
What does EBS stand for?
Elastic Block Storage
What is EBS?
EBS is a network drive that you can attach to your instances while they run. It allows you to keep data even after the instance’s termination.
How many EC2 instances can an EBS volume mount to at once?
1
How many EBS volumes can be attached to an EC2 instance at once?
More than 1
How is billing handled for EBS volumes?
You are billed for provisioned capacity, regardless of if you use it
What is the geographic level of an EBS volume? (Global/Regional/Zonal)
Zonal - bound to specific AZ
What happens to the root EBS volume when an instance is terminated?
It is deleted by default
What happens to an EBS volume that is not the root when an instance is terminated?
It is not deleted by default
What is an EBS snapshot?
A backup of an EBS volume at a point in time
How do you transfer EBS volumes across AZs?
By copying their associated snapshots across and then restoring
Can you restore EBS volume snapshots that you deleted?
Yes, through the recycle bin
What is Fast Snapshot Restore?
A feature that allows you to fully initialise your snapshot to have no latency on first use. This is expensive!
What are AMIs?
Amazon Machine Images are customisations of EC2 instances that allow users to have faster boot and configuration times because their software is pre-packaged
What are 3 components of an AMI that users can specify?
Configuration, OS, monitoring
What is the name of the hardware device that is physically connected to an EC2 instance?
The instance store