Elastic Block Storage (EBS) Flashcards
What EBS may resemble?
“Virtual Hard Drive”
What AWS service EBS can be integrated with?
EC2 only
If EBS available in a single or multiple Availability Zones?
Single ONLY
What are two nice features of EBS
Good selection of IOPS, throughput and cost models
Snapshots
Differences between EC2 attached “instance storage” and EBS
Instance Storage
Bound to a single EC2 instance
Is available when EC2 instance is running
Faster than attached EBS (EBS is accessed over network)
Data goes away when EC2 instance is stopped
EBS
Can be attached to multiple EC2 instances
Ability to create snapshots at any time
Less performance because calls go over network
Can create snapshots
EBS paying model
You ca buy amount of “slots” to store data upfront.
Benefits of EBS snapshots
- Create a copy of data
- Can be created in a different Availability zone than original EBS storage
- Cost effective backup
- Can be shared with other user accounts
- Convert un-encrypted to encrypted data
What is snapshot storage model
Stores deltas, therefore you need entire snapshot sequence in order to restore data. User pays only for delta - changed data
What happens if a snapshot is deleted in a sequence of snapshots.
The missing delta will be integrated in to next snapshot in a sequence. So we always will be able to recover data.
Snapshot life-cycle management
Rules how automatically created EBS snapshots.