EC2 Instance Storage Flashcards
EBS
Elastic Block Storage are
- network drives attached to one EC2 instance at a time.
- they are mapped to a specific availability zone (AZ)
- you can use the EBS snapshot feature to make backups or to be able to transfer EBS volumes to another availability zone.
AMI
Amazon machine images are used to create ready-to-use EC2 instances with the customizations we want.
EC2 Image Builder
When you want to automate the process of building an AMI (amazon machine image) you can use the EC2 Image Builder to automatically build, test and distribute AMIs.
EC2 instance store
High performance hard performance hardware disk attached to our EC2 instances but this time the disk is lost when our EC2 instance is stopped or terminated.
EFS
Elastic File System is a network file system, that can be attached to 100s of instances in a region.
EFS-IA
When you want to cost optimize your EFS you can use EFS-IA (Elastic File System - Infrequent Access) which allows to move a file that is more infrequently used to a lower tier.
FSx for Windows
Network file system for Windows servers.
FSx for Lustre
High Performance Computing on a Linux file system