AWS EBS Volumes Flashcards
(61 cards)
What does EBS stand for in AWS?
Elastic Block Store
True or False: AWS EBS volumes can only be attached to EC2 instances.
True
Fill in the blank: AWS EBS volumes are designed for _____ and high availability.
durability
What is the maximum size of an EBS volume?
16 TiB
Which EBS volume type is optimized for transactional workloads?
Provisioned IOPS SSD (io1 or io2)
Multiple choice: Which of the following is NOT a type of EBS volume? A) General Purpose SSD B) Magnetic C) Provisioned IOPS SSD D) Standard HDD
D) Standard HDD
What feature allows EBS volumes to be resized without downtime?
Elasticity
True or False: EBS snapshots are incremental.
True
What is the primary use case for AWS EBS volumes?
To provide persistent block storage for EC2 instances
What is the difference between EBS and instance store?
EBS provides persistent storage, while instance store is ephemeral.
Fill in the blank: EBS volumes can be encrypted using AWS _____ for data security.
Key Management Service (KMS)
What is the purpose of EBS Snapshots?
To create backups of EBS volumes.
Multiple choice: Which EBS volume type is best for applications with small, random I/O operations? A) Throughput Optimized HDD B) General Purpose SSD C) Cold HDD D) Magnetic
B) General Purpose SSD
True or False: EBS volumes can only be used in the same Availability Zone as the EC2 instance.
True
What is the cost model for AWS EBS?
Pay-as-you-go based on provisioned storage and I/O requests.
Fill in the blank: EBS volumes can be attached to an EC2 instance in _____ mode.
read/write
What is the maximum number of EBS volumes that can be attached to a single EC2 instance?
28
Multiple choice: Which EBS volume type is most suitable for large streaming workloads? A) Provisioned IOPS SSD B) Throughput Optimized HDD C) General Purpose SSD D) Magnetic
B) Throughput Optimized HDD
True or False: AWS EBS supports multi-attach feature for specific volume types.
True
What does ‘multi-attach’ allow in AWS EBS?
Attaching a single EBS volume to multiple EC2 instances simultaneously.
Fill in the blank: The EBS volume type designed for infrequent access is called _____ HDD.
Cold
What AWS service can be used to automate EBS volume backups?
AWS Backup
Multiple choice: Which EBS volume type is best for low-cost storage? A) General Purpose SSD B) Provisioned IOPS SSD C) Magnetic D) Throughput Optimized HDD
C) Magnetic
True or False: EBS volumes have a fixed performance regardless of the volume type.
False