blob: 48864240495391162d738fefcc7678a5798ea7a0 (
plain)
1
2
3
4
5
6
7
8
|
Hardware disk attached to EC2 instance, *not* a network drive, like EBS Volumes.
> EC2 instance stores are higher performance storage for EC2 instance that are attached to the instance and aren't network drives
- Better I/O performenace
- EC2 instance termination will lose the disk (ephemeral)
- Not for long term storage, instead use EBS
- Backups are your responsibility
|