EBS / EFS Flashcards

1
Q

EBS SSD Volumes

A

Highly available & scaleable storage volumes you can attach to an EC2 instance

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

EBS GP2 - General Purpose SSD

A

Suitable for boot disks & and general purpose apps

Up to 16k IOPS per volume

Up to 99.99% durability

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

EBS GP3 - Provisioned IOPS SSD

A

Suitable for high performance apps

Predictable 3000 IOPS baseline performance & 125 MiB/s regardless of volume size

Up to 99.99% durability

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

EBS - IO1 Provisioned IOPS SSD

A

Suitable for OLTP & latency sensitive apps

50 IOPS /GiB

Up to 64,000 IOPs per volume

High Performance and most expensive

Up to 99.99% durability

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

EBS IO2 - Provisioned IoPs SSD

A

Suitable for OLTP and latency sensitive apps

500 IOPs / GiB

99.99% durability

Latest Gen Provisioned IOPs volume

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

EBS ST1 - throughput optimized HDD

A

Suitable for big data, data warehouses, ETL

Max Throughput of 500 MB/s per volume

Cannot be a boot volume

Up to 99.9% durability

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

EBS SC1 - cold HDD

A

Max throughput of 250 MB/s per volume

For less frequently accessed data

Cannot be a boot volume

Lowest cost

Up to 99.9% durability

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

What is the difference between a volume and a snapshot?

A

Volumes exist on EBS, snapshots exist in S3

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

How are snapshots used / snapshot characteristics

A

Snapshots are point in time photographs of volumes & are incremental in nature

Your first snapshot will take time to create for consistent snapshots stop the instance and detach the volume

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

Can you share snapshots?

A

Yes across regions and AWS accounts, but you do have to copy the snapshot to the region you’re sharing it with first

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

Can you change EBS volumes on the fly?

A

Yes, you can resize EBS volumes on the fly

You can also change the volume type eg go from gp2 to gp3

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

Instance Store Volumes

A

Called ephemeral storage

You can reboot the host and not lose data

Instance store volumes cannot be stopped. If your underlying host

By default the instance store root volumes will be deleted on termination

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

EBS Storage Limitations

A

You can reboot instances with EBS storage and not lose data

By default the root volume will be deleted upon terminating an instance

EBS volumes can be configured to keep the root device upon termination

EBS backed instances can be stopped and you will not lose data

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

Encryption with EBS

A

Data at rest is encrypted in the volume

All data inflight moving between instance and volume is encrypted

All snapshots of encrypted volumes are encrypted

All volumes created from an encrypted snapshot are encrypted

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

How to Create an Encrypted EBS volume?

A

Create a snapshot of an unencrypted EBS volume

Create a copy of the snapshot and select encrypt

Create an AMI from the encrypted snapshot

Use that AMI to launch new encrypted instances

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

What does EC2 Hibernation do?

A

Preserves state of in memory RAM on persistent storage (EBS)

Much faster startup bc you don’t need to reload the OS

Instance RAM must be less than 150gb

Only available in C3, c4, c5, m3, m4, m5, r3, r4, & r5

Avail for Windows, Amazon Linux 2 ami & Ubuntu

17
Q

EBS Hibernation Drawbacks

A

Instances can’t be hibernated longer than 60 days

Available for on-demand and preserved instances only

18
Q

EFS - Elastic File System

A

Supports NFS v4

Can support 1000s of concurrent NFS connections

Only pay for the storage you use

Data is stored across multiple AZs in a region

Can scale up to petabytes

Read after write consistency

If you get a question asking about highly scaleable shared storage using NFS think EFS

19
Q

When to choose EFS

A

In the exam you’ll be asked to choose whether to use EFS, FsX for Windows or FsX for luster

When you need distributed highly resilient storage for Linux instances & Linux based apps

20
Q

When to choose FSX for Windows

A

In the exam you’ll be asked to choose whether to use EFS, FsX for Windows or FsX for luster

When you need centralized storage for windows apps such as share point, ms sql, workspaces, iis, etc, must be ms based

21
Q

When to choose FSX for luster

A

When you need high speed, high capacity, distributed storage. This will be for apps that do high performance computing (hpc), financial modeling, etc.

FSX for luster can store data directly on S3

22
Q

When to use S3 for storage?

A

Used for serverless object storage, files, videos , etc

23
Q

When to use Glacier

A

Used for archiving S3 objects

24
Q

When to use EFS

A

Network File System (NFS) for Linux instances!

Centralized storage solution across multiple AZs

25
Q

When to use FSX for Luster

A

File storage for high performance Linux file systems

26
Q

When to use EBS Volumes

A

Persistent storage for EC2 instances

27
Q

When to use Instance Store

A

Ephemeral Storage for EC2 instances

28
Q

When to use FSX for Windows

A

File storage for windows instances, centralized storage solution across multiple AZs in one region

29
Q

How does AWS backup consolidate back up solutions?

A

Because it backs up EC2, EBS, EFS, FSX for Luster, FSX for Windows, & AWS storage Gateway

30
Q

AWS Backup with AWS Organizations

A

You can use AWS Backups and Organizations together to back up your AWS services across AWS accounts

31
Q

Benefits of AWS Backups

A

Backups gives you centralized control letting you automate your backups & define data lifecycle policies.

You get better compliance as you can enforce your back up policies, ensure your back ups are encrypted, & audit them once complete