What does EBS stand for in AWS?
Elastic Block Store
True or False: EBS volumes can only be attached to EC2 instances in the same Availability Zone.
True
Fill in the blank: EBS volumes are designed for __________ storage.
block-level
What types of EBS volumes are available?
General Purpose SSD, Provisioned IOPS SSD, Magnetic, and Cold HDD
Which EBS volume type is best for transactional workloads?
Provisioned IOPS SSD
What is the maximum size of an EBS volume?
16 TiB
True or False: EBS volumes can be encrypted.
True
What is the IOPS limit for General Purpose SSD (gp2) volumes?
Up to 16,000 IOPS
What is the difference between gp2 and gp3 EBS volumes?
gp3 offers better performance at a lower cost and allows you to provision IOPS and throughput independently.
What feature allows you to create a point-in-time snapshot of an EBS volume?
EBS Snapshots
How are EBS snapshots stored?
In Amazon S3
True or False: You can increase the size of an EBS volume without detaching it.
True
What is the purpose of EBS volume tags?
To organize and manage resources
What does it mean to ‘attach’ an EBS volume?
To connect the volume to an EC2 instance for use
What is the minimum IOPS for Provisioned IOPS SSD (io1) volumes?
100 IOPS
Fill in the blank: EBS volumes can be ________ to increase redundancy.
mirrored
What is the purpose of using EBS-optimized instances?
To provide dedicated throughput to EBS, improving performance
True or False: EBS volumes can be shared between multiple EC2 instances.
False
What is the typical use case for Magnetic EBS volumes?
Throughput-intensive applications with large, sequential workloads
What command is used to create an EBS snapshot via AWS CLI?
aws ec2 create-snapshot
What is the maximum throughput of a gp3 volume?
1,000 MiB/s
True or False: EBS volumes can be used as boot volumes for EC2 instances.
True
What is the primary benefit of using EBS over instance store?
Persistent storage that survives instance termination
What is the default volume type when creating an EBS volume?
General Purpose SSD (gp2)