What’s an EBS Volume?
EBS Volume
* It’s a network drive (i.e. not a physical drive)
* It uses the network to communicate the instance, which means there might be a bit of
latency
* It can be detached from an EC2 instance and attached to another one quickly
* It’s locked to an Availability Zone (AZ)
* An EBS Volume in us-east-1a cannot be attached to us-east-1b
* To move a volume across, you first need to snapshot it
* Have a provisioned capacity (size in GBs, and IOPS)
* You get billed for all the provisioned capacity
* You can increase the capacity of the drive over time
What does the Delete on Termination attribute does - EBS ?
What is the purpose of EBS Snapshots ?
What are the EBS Snapshots Features ?
What is the AMI ?
What is the AMI Process (from an EC2 instance) ?
What is the EC2 Image Builder and what is it used for ?
EC2 Image Builder is an AWS service that simplifies the creation, maintenance, and validation of Amazon Machine Images (AMIs), ensuring secure and up-to-date images.
What is EC2 Instance Store and what is it good for ?
An EC2 Instance Store provides temporary block-level storage for Amazon EC2 instances, offering high-performance storage located directly on the host node.
Block-level storage is a concept in data storage which represents data as blocks, or ‘chunks’, each with its own address but with no additional information (metadata) to provide more context for what that block of data is.
In other words, block-level storage operates at a lower level of control, handling files in blocks of data (often a sequence of bytes or bits) and leaving the organization of these blocks to the operating system or the application that uses the storage.
This type of storage is commonly used in Storage Area Network (SAN) environments and for storage systems like hard drives, SSDs, and EC2 instance stores. It is particularly suitable for handling large amounts of data in a consistent, fast, and reliable manner, making it ideal for applications like databases or transactional applications.
Block-level storage is different from file-level storage where data is stored in files and directories, and the storage system is aware of things like file metadata, hierarchy, permissions etc.
What is EC2 Instance Store and what is it good for ?
An EC2 Instance Store provides temporary block-level storage for Amazon EC2 instances, offering high-performance storage located directly on the host node.
Amazon EFS (Elastic File System) is a scalable, cloud-based file storage service for applications that run on AWS.
What is EFS Infrequent Access (EFS-IA) ?
What is the Shared Responsibility Model for EC2 Storage ?
What is Amazon FSx ?
Amazon FSx is a fully managed service that provides cost-effective, scalable file storage with the compatibility and features of popular open-source and commercially-licensed file systems.
What is Amazon FSx for Windows File Server ?
What is Amazon FSx for Lustre ?