EBS, EFS, FSx, and Instance stores Flashcards

1
Q

What are EBS Volumes?

A

Elastic Block Store. Storage volumes you can attach to your EC2 instances. Essential a virtual hard disk.

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

What is a GP2 EBS volume good for?

A

For Boot volumes or development and test environments not latency sensitive.

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

What is IO2 EBS volumes good for?

A

If you have a high performance application such as large Databases

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

What is ST1 EBS Volume good for?

A

Frequently accessed and throughput intensive workloads. Such as big data, data warehouse, ETL, and log processing

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

Can an ST1 be used as a boot volume?

A

No

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

What is an SC1 EBS Volume good for?

A

For cold storage. Low cost low performance.

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

What is IOPS?

A

Measures the number of read and write operations per second.

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

What is Throughtput?

A

Measures the number of bits read or written per second

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

Which EBS volume is better for 16,000 IOPS or lower?

A

GP2 - General Purpose

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

Which EBS volume is better for over 16,000 IOPS?

A

IO2 - Provisioned IOPS

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

What is the lowest cost EBS Volume?

A

SC1 - Cold Storage

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

What is the root device volume?

A

The required EBS volume on an EC2 instance

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

What is an EBS Snapshot?

A

Point in time copy of a volume

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

What do you need to do to make sure an EBS Snapshot is consistent?

A

Stop the EC2 Instance since some things might still be in RAM

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

Does an Encrypted EBS Volumes snapshot become encrypted automatically?

A

Yes

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

Can you share an EBS snapshot across regions?

A

No - They will only be shared in the region it was created by default

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

Can you copy an EBS snapshot to another region?

A

Yes

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

Are EBS volumes in the same AZ as your EC2 Instance?

A

Yes

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

Can you resize EBS volumes while an EC2 instance is still running?

A

Yes

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

Can you switch EBS volume types while an EC2 instance is still running?

A

Yes

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

Where are EBS Snapshots stored?

A

S3

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

Are EBS Snapshots incremental?

A

Yes

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

Can you encrypt an EBS volume when you copy it if it was not encrypted before?

A

Yes

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

When encrypting an EBS volume. Is data at rest encrypted?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
When encrypting an EBS volume. Is data in flight not encrypted?
No, its encrypted
26
When encrypting an EBS volume, are the future snapshots encrypted?
Yes
27
When making a volume from an EBS snapshot, where the EBS volume was encrypted, are the volumes encrypted?
Yes
28
If you were just hired by a company and you found out their EC2 instances were not encrypted what would be the steps to encrypting them?
1) Create a snapshot of the unencrypted root device volume 2) Create a copy of the snapshot and select the encrypted option 3) Create an AMI from the Encrypted snapshot 4) Use that AMI to launch new encrypted instances.
29
What is EC2 Hibernation?
A way to shut down your EC2 instance and preserve the RAM on its system by writing it to the EBS volume.
30
Why would you use EC2 Hibernation?
Since it saves the contents of the RAM to disk then it boots up much faster and continues where the instance left off since you do not need to reload the operating system.
31
Can you hibernate an instance with 150GB of RAM?
No, it has to be less than 150GB
32
What EC2 instance families can you hibernate?
C, R, and M
33
What operating systems can you perform an EC2 Hibernation on?
Windows, Amazon Linux 2, and Ubuntu
34
What is the max time you can have an EC2 instance hibernated?
60 days
35
Are on-demand and Reserved instances the only types you can hibernate?
Yes
36
What is EFS?
Amazon Elastic File System. It is shared storage amongst multiple EC2 instances.
37
What are some good use cases for EFS?
1) Content management, like a WP blog 2) Server farms
38
Can EFS be used on Windows?
No, only Linux
39
What Network File System does EFS support?
NFSv4
40
Do you have to pre provision storage for EFS?
No, you only pay for what you use.
41
Can EFS scale up to petabytes?
Yes
42
True or False. EFS can not support thousands of concurrent connections.
False
43
True or False. EFS Data is stored across multiple AZ's within a region.
True
44
True or False. EFS does not have read-after-write consistency.
False
45
What would you use to have highly scalable shared storage using NFS?
EFS
46
What is FSx for Windows?
Fully managed native Microsoft Windows file system
47
If you have to migrate a Windows application on a shared file service what service would you use?
FSx for Windows
48
What is Amazon FSx for Lustre?
A fully managed file system that is optimized for compute intensive workloads.
49
What is Amazon FSx for Lustre used for mainly?
AI and Machine Learning
50
Can Amazon FSx for Lustre store data directly to S3?
yes
51
What are the two different AMI's?
EBS and Instance store volumes
52
What are instance store volumes sometimes called?
Ephemeral storage
53
If an EC2 instance using instance store data is stopped what happens?
You lose your data
54
If anything happens to an EC2 instance using Instance Store that causes it to stop what happens?
you lose your data
55
Can you reboot an instance store volume and keep your data?
Yes
56
What is AWS Backup?
A way of backing up the different AWS services.
57
Can you use AWS Backup with Organizations?
Yes
58
True or False? You can create an unencrypted EBS volume from an encrypted snapshot by unselecting the "encryption" check box when restoring it.
False
59
True or False? EBS volumes are encrypted by default.
False
60
True or False? Amazon Machine Images are Region specific. To use one in another Region, it needs to be explicitly copied there.
True
61
Why would you consider hibernating an EC2 instance over stopping and starting it?
You have an application that takes a long time to load. Hibernating the instance prevents you from having to reload it.