EC2 Instance Storage Flashcards

1
Q

Network drive you can attach to your instances while they run and allows your instances to persist data, even after their termination

A

EBS (Elastic Block Store) Volume

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

Can EBS volumes be mounted to 2 instances at the same time?

A

No

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

Are EBS volumes bound to a specific AZ?

A

Yes

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

Can an EBS volume be detached from an EC2 instance and attached to another one quickly?

A

Yes

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

To move an EBS volume a _____________ must be taken of it

A

Snapshot

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

Is it possible to preserve the attached EBS volume once an EC2 instance is deleted?

A

Yes using Delete on Termination attribute

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

Make a backup of your EBS volume at a point in time which can then be copied across AZ

A

EBS Snapshots

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

Move a Snapshot to an ”archive tier” that is 75% cheaper and takes 24 to 72 hours for restoring the archive

A

EBS Snapshot Archive

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

Setup rules to retain deleted snapshots so you can recover them after an accidental deletion

A

Recycle Bin for EBS Snapshots

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

Purchase the ability to force full initialization of snapshot to have no latency on the first use

A

Fast Snapshot Restore (FSR)

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

High-performance hardware disk storage for EC2 that’s good for buffer/cache/ scratch data/temporary content

A

EC2 Instance Store

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

Does EC2 Instance Store lose their storage if they’re stopped

A

Yes

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

General purpose SSD volume that balances price and performance for
a wide variety of workloads

A

gp2 / gp3 (SSD)

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

Highest-performance SSD volume for mission-critical low-latency or
high-throughput workloads

A

io1 / io2 (SSD)

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

Low cost HDD volume designed for frequently accessed, throughput- intensive workloads

A

st1 (HDD)

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

Lowest cost HDD volume designed for less frequently accessed workloads

A

sc1 (HDD)

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

Can HDD EBS volumes be used for Boot Drives?

18
Q

EBS Volume that is:

1 GiB - 16 TiB
Cost effective storage, low-latency
Used for System boot volumes, Virtual desktops, Development and test environments

A

General Purpose SSD

19
Q

EBS Volume type with:

Baseline of 3,000 IOPS and throughput of 125 MiB/s
Can increase IOPS up to 16,000 and throughput up to 1000 MiB/s independently

20
Q

EBS Volume type with:

can burst IOPS to 3,000
Size of the volume and IOPS are linked, max IOPS is 16,000
3 IOPS per GB, means at 5,334 GB we are at the max IOPS

21
Q

EBS Volume that is great for I/O intensive databases workloads, critical business applications with sustained IOPS performance or applications that need more than 16,000 IOPS

A

Provisioned IOPS (PIOPS) SSD

22
Q

EBS Volume type with:

4 GiB - 16 TiB
Max PIOPS: 64,000 for Nitro EC2 instances & 32,000 for other
Can increase PIOPS independently from storage size

23
Q

EBS Volume type with:

4 GiB – 64 TiB:
Sub-millisecond latency
Max PIOPS: 256,000 with an IOPS:GiB ratio of 1,000:1

A

io2 Block Express

24
Q

Does Provisioned IOPS (PIOPS) SSD support EBS multi attach?

25
EBS Volume type that cannot be a boot volume 125 GiB to 16 TiB
Hard Disk Drives (HDD)
25
EBS Volume that is: Used for Big Data, Data Warehouses, Log Processing Capable of max throughput 500 MiB/s – max IOPS 500
Throughput Optimized HDD (st1)
26
EBS Volume that is: For data that is infrequently accessed Scenarios where lowest cost is important Max throughput 250 MiB/s – max IOPS 250
Cold HDD (sc1)
27
Attach the same EBS volume to multiple EC2 instances (Up to 16 EC2 Instances at a time) in the same AZ
EBS Multi-Attach
28
Used to achieve higher application availability in clustered Linux applications or applications that must manage concurrent write operations
EBS Multi-Attach
29
Managed NFS (network file system) that can be mounted on many EC2 instances used for content management, web serving, data sharing, WordPress
Amazon EFS
30
Is EFS Compatible with Windows-based AMI
No, Only Linux
31
EFS encryption at rest of uses
KMS
32
Used to control access to EFS
Security Group
33
EFS performance mode used for latency-sensitive use cases
General Purpose
34
EFS performance mode with higher latency, throughput, highly parallel (big data, media processing)
Max I/O
35
EFS throughput mode where you set your throughput regardless of storage size
Provisioned
36
EFS throughput mode that automatically scales throughput up or down based on your workloads
Elastic
37
Automate the creation, retention, and deletion of snapshots taken to back up your Amazon EBS volumes
Amazon Data Lifecycle Manager (Amazon DLM)
38
EBS encryption enables data at rest security by encrypting your data using
AWS Key Management Service (KMS)
39
Ensuring that all new EBS volumes restored from the unencrypted snapshots are automatically encrypted
Enable the EBS Encryption By Default feature for the AWS Region
40
By default, the Root volume type will be deleted as its "Delete On Termination" attribute is checked by default. Will any other EBS volumes be deleted?
No