EBS & EFS Flashcards
EBS
Elastic Block Storage is a network drive that allows you to persist data for your instances
- locked to one AZ
- billed based on provisioned capacity
EBS Volume Types
GP2 (SSD) - general (recommended)
IOI (SSD) - high performance (databases)
STI (HDD) - Low cost (Big data/log processing)
SCI (HDD) - Lowest cost
EBS snapshots
Uses IO of your EBS
- migrating to a different AZ/region requires taking the snapshot, copying the volume to the different region, then creating volume from the snapshot in the AZ
ECS Encryption
- Data at rest is encrypted inside the volume
- All the data in flight moving between the instance and the volume is encrypted • All snapshots are encrypted
- All volumes created from the snapshot
Instance Store
Physical drive instead of a network drive (i.e. EBS)
- Better I/O
- On termination, instance store is lost
EBS RAID 0
Combining 2 or more volumes and getting the total disk space and I/O
EBS RAID 1
Mirroring a volume to another
EFS
Elastic File System - managed network file system (multi AZ)
Use cases: CMS