4. EC2 Storage Flashcards
What is an EBS Volume?
An EBS Volume is a network drive attached to instances to persist data, even after termination.
EBS Volumes are locked to which AWS resource?
Availability Zone
True or False: An EBS Volume can be attached to multiple instances at the same time.
False
What is a key analogy for understanding EBS Volumes?
A network USB stick
What is the default free tier allowance for EBS storage?
30 GB of General Purpose (SSD) or Magnetic storage per month
Does EBS operate as a physical or network drive?
Network drive
What kind of latency might you experience with EBS?
Slight latency due to network communication
Can you increase the size of an EBS Volume over time?
Yes
What is required to move an EBS Volume to another Availability Zone?
First, create a snapshot, then transfer it.
What does the ‘Delete on Termination’ attribute control?
Whether the EBS volume is deleted when the instance is terminated.
True or False: By default, only the root EBS volume is deleted upon instance termination.
True
How can you retain an EBS volume after instance termination?
Disable ‘Delete on Termination’ attribute via AWS console or CLI.
What is an EBS Snapshot?
A backup of an EBS Volume at a point in time.
Is it necessary to detach an EBS volume to create a snapshot?
No, but it is recommended.
Can EBS snapshots be copied across regions?
Yes
What is an EBS Snapshot Archive?
A cost-effective storage option for snapshots with 75% reduced cost.