Monitoring and Metrics Flashcards

(56 cards)

1
Q

Largest EBS size

A

16TiB

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

How many instances can an EBS volume be mounted to at any time?

A

1

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

What format does EBS use?

A

Raw, unformatted. Must be managed by OS

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

True or false: UBS supports RAID

A

True, as long as the OS supports RAID

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

True or False: EBS volume and the instance must be in the same availability zone?

A

True.

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

By default, what happens to the EBS volume when the instance is terminated?

A

The volume will persist.

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

By default, what happens to root volumes when the instance is deleted?

A

The root volume is deleted. Modify the DeleteOnTermination to change this.

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

In order to ensure root volumes are not deleted when the instance is deleted, what must be done?

A

uncheck, or unflag the DeleteOnTermination option

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

Where are EBS snapshots stored?

A

S3

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

True or false: Snapshots are an exact copy of the EBS volume?

A

True: If the volume is encrypted, the snapshot and the restore will be encrypted.

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

True or false: Each snapshot is a full copy of the EBS volume?

A

False: Snapshots are incremental. Only the changes since the last snapshot will be copied.

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

True or false: Multiple EBS volumes can be mounted to a single instance?

A

True: While any one volume can only be attached to one instance at a time, multiple volumes can be attached to an instance.

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

SSD - IOPS standard size

A

256kb I/O size

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

SSD - One 1024kb operation will equal how many IOPS?

A

4

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

SSD - Four 64kb sequential operations will equal how many IOPS?

A

1

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

SSD - Four 64kb random operations will equal how many IOPS?

A
  1. Random operations cannot be grouped together and will each be counted as an IOPS.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is a burst bucket?

A

Allows an EBS volume to “burst” above its basic performance.

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

How are bursts allocated?

A

Through burst credits

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

How are burst credits earned?

A

Volumes earn burst credits over time and depend on volume type

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

True or false: Volumes can earn unlimited credits?

A

False: They are limited.

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

Under what metric is the burst credits reported in CloudWatch?

A

BurstBalance metric

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

What is the minimum gp2 SSD volume size?

A

1GiB

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

What is the maximum gp2 SSD volume size?

24
Q

What is the minimum gp2 IOPS

25
What are the two SSD volume types?
GP2 - General Purpose | io1 - Provisioned IOPS
26
What is the maximum gp2 IOPS
10,000 IOPS
27
How is the maximum IOPS for gp2 volumes determined?
3 IOPS per 1 GiB of volume size | ex. 100GiB volume = 300 IOPS
28
What is the maximum throughput of gp2 volumes?
160MB/s
29
How many IOPS for a gp2 volume size of 20GiB?
100 IOPS. Remember, while the formula is 3 IOPS per GiB of volume, the minimum IOPS is 100.
30
What is the starting gp2 burst bucket credit balance?
5.4 million. This provides 3000 IOPS for 30 minutes
31
How are gp2 burst credits earned?
3 IOPS per GiB of volume size
32
What is the minimum io1 volume size?
4GiB
33
What is the maximum io1 volume size?
16TiB
34
What is the minimum IOPS for io1?
100
35
What is the maximum IOPS for io1?
32,000
36
How are IOPS determined in io1 volumes?
io1 IOPS is assigned by the user from 100 to 32,000
37
How is the maximum IOPS for io1 volumes determined?
50 IOPS per GiB
38
What is the smallest volume size required to achieve 32,000 IOPS in io1 volumes?
640 | 640 x 50 = 32,000
39
What is the AWS recommended IOPS to GiB ratio?
> 2:1
40
What is the maximum throughput of io1 volumes?
500MB/s
41
What are the HDD volume types?
``` Throughput optimized (st1) Cold HDD (sc1) Magnetic ```
42
Is st1 supported as boot device?
No
43
Is sc1 supported as a boot device?
No
44
What is the st1 volume type?
Throughput optimized
45
What is the code for throughput optimized volumes?
st1
46
Can you use magnetic storage as a boot device?
Yes
47
What workloads are sc1 volumes ideal for?
infrequently accessed data. Low storage cost
48
What is the max throughput of sc1 volumes?
250MB/s
49
What workloads are st1 volumes ideal for?
frequently accessed and throughput intensive workloads
50
What is the minimum st1 volume size?
500GB
51
What is the maximum st1 volume size?
16TiB
52
What is the ideal use case for magnetic volumes?
Where cost is a primary factor.
53
What is the smallest volume size for magnetic volumes?
1GiB
54
What is the largest volume size for magnetic volumes?
1TiB
55
For st1 volumes, what is the ratio for throughput baseline?
40MB/s per TiB | Max throughput: 500MB/s
56
For sc1 volumes, what is the ratio for throughput baseline?
12MB/s per TiB | Max throughput: 250MB/s