AWS EBS Flashcards

(45 cards)

1
Q

What does EBS stand for in AWS?

A

Elastic Block Store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: EBS volumes can only be attached to EC2 instances in the same Availability Zone.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fill in the blank: EBS volumes are designed for __________ storage.

A

block-level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What types of EBS volumes are available?

A

General Purpose SSD, Provisioned IOPS SSD, Magnetic, and Cold HDD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which EBS volume type is best for transactional workloads?

A

Provisioned IOPS SSD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the maximum size of an EBS volume?

A

16 TiB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False: EBS volumes can be encrypted.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the IOPS limit for General Purpose SSD (gp2) volumes?

A

Up to 16,000 IOPS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between gp2 and gp3 EBS volumes?

A

gp3 offers better performance at a lower cost and allows you to provision IOPS and throughput independently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What feature allows you to create a point-in-time snapshot of an EBS volume?

A

EBS Snapshots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How are EBS snapshots stored?

A

In Amazon S3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: You can increase the size of an EBS volume without detaching it.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the purpose of EBS volume tags?

A

To organize and manage resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does it mean to ‘attach’ an EBS volume?

A

To connect the volume to an EC2 instance for use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the minimum IOPS for Provisioned IOPS SSD (io1) volumes?

A

100 IOPS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Fill in the blank: EBS volumes can be ________ to increase redundancy.

A

mirrored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the purpose of using EBS-optimized instances?

A

To provide dedicated throughput to EBS, improving performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

True or False: EBS volumes can be shared between multiple EC2 instances.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the typical use case for Magnetic EBS volumes?

A

Throughput-intensive applications with large, sequential workloads

20
Q

What command is used to create an EBS snapshot via AWS CLI?

A

aws ec2 create-snapshot

21
Q

What is the maximum throughput of a gp3 volume?

22
Q

True or False: EBS volumes can be used as boot volumes for EC2 instances.

23
Q

What is the primary benefit of using EBS over instance store?

A

Persistent storage that survives instance termination

24
Q

What is the default volume type when creating an EBS volume?

A

General Purpose SSD (gp2)

25
Fill in the blank: EBS volumes can be __________ to maintain data integrity during failures.
snapshotted
26
What AWS service allows the restoration of EBS snapshots?
Amazon EC2
27
What is the minimum size for EBS volumes?
1 GiB
28
True or False: EBS volumes can be automatically backed up using lifecycle policies.
True
29
What is the main advantage of using SSD over HDD for EBS?
Faster read and write performance
30
What happens to data on an EBS volume when the associated EC2 instance is terminated?
Data remains intact unless the volume is set to delete on termination.
31
What is the maximum number of EBS volumes that can be attached to a single EC2 instance?
28 volumes
32
True or False: EBS volumes can be resized while in use.
True
33
What is the benefit of using EBS Multi-Attach?
Allows multiple EC2 instances to access a single EBS volume concurrently.
34
Fill in the blank: EBS volumes can be __________ to improve performance.
provisioned with IOPS
35
What AWS service provides metrics for EBS volumes?
Amazon CloudWatch
36
What is the primary use case for Cold HDD (sc1) volumes?
Low-cost storage for infrequently accessed data
37
True or False: EBS volumes can be encrypted at rest.
True
38
What is the main purpose of EBS volume snapshots?
To create backups of EBS volumes.
39
What does the 'Delete on Termination' option do for EBS volumes?
Automatically deletes the volume when the associated EC2 instance is terminated.
40
Fill in the blank: EBS volumes can be __________ from snapshots to create new volumes.
restored
41
What is the maximum IOPS for io1 volumes?
Up to 64,000 IOPS
42
What is the primary advantage of using EBS snapshots over traditional backups?
Incremental backups that only save changes made since the last snapshot.
43
True or False: EBS volumes can be monitored for performance using AWS CloudTrail.
False
44
What is the maximum throughput for io2 volumes?
1,000 MiB/s
45
What is the primary purpose of EBS volume cloning?
To create an exact copy of an EBS volume for testing or backup purposes.