EC2 Storage Flashcards
EBS Volume
Elastic Block Store
block-level storage device, can only be mounted to 1 instance at a time.
bound to specific A.Z.
EBS Snapshot
backup/copy of your EBS Volume, copy can be used across A.Z. or Region
AMI
Amazon Machine Image.
Provides the information required to launch an instance.
Can create your own or use AWS (public) AMI
EC2 Image Builder
Used to create virtual machines or container images.
automates creation & maintenance of AMIs.
Free service, only pay for underlying resources (ex: AMI storage)
EC2 Instance Store
physical hardware disk attached to physical server, used by EC2.
better performance but wish data loss if hardware fails.
EFS
Elastic File System.
storage to attach to EC2 instance, similar to EBS except it can be mounted to MULTIPLE EC2 instances.
works across multiple A.Z.
Differences between EFS vs EBS
EFS - expensive. managed network file system that can be shared across different Amazon EC2 instances
EBS - block-level storage designed to be used exclusively with separate EC2 instance
EFS IA
Elastic File Sytem Infrequent Access
- lower cost then EFS
- used for files not access everyday
EFS Life Cycle Policy
EFS auto moves files to EFS IA based on when you access them
Shared Responsibility for EC2 Storage
aws = infrastructure, hardware
us = set up backup/snapshots, encrypting data
FSx (Windows)
Windows native shareable file system
FSx (Lustre)
For HPC (high performance computing), scalable file storage