EC2 - EC2 101 Part 2 Flashcards

1
Q

What is EBS?

A

EBS allows you to create storage volumes and attach them to EC2 instances.

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

Once a volume is attached…

A

…you can create a file system on top of these volumes, run a database, or use them in any other way you would use a block device

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

EBS volumes are placed…

A

…in a specific AZ, where they are automatically replicated to protect you from the failure of a single component

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

single component?

A

storage array

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

EBS volume types

A
General Purpose SSD (GP2)
Provisioned IOPS SSD (IO1)
Throughput Optimized HDD (ST1)
Cold HDD (SC1)
Magnetic (Standard)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

General Purpose SSD (GP2)

A

General purpose, balances both price and performance

Ratio of 3 IOPS per GB with up to 10K IOPS and the ability to burst up to 3000 IOPS for extended periods of time for volumes under 1 Gib

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

Provisioned IOPS SSD (IO1)

A

Designed for I/O intensive apps such as large relational or NoSQL databases

Use if you need more than 10K IOPS

Can provision up to 20K IOPS per volume

Highest-performance SSD volume designed for mission-critical applications

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

Throughput Optimized HDD (ST1)

A
Big data
Data warehousing
Log processing
Sequential data
Cannot be a boot volume
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Cold HDD (SC1)

A

Lowest cost storage for infrequently accessed workloads
File Server
Cannot be boot volumes

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

Magnetic (Standard)

A

Lowest cost per GB of all EBS volumes types that is bootable.
Ideal for workloads where data is accessed infrequently, and apps where the lowest storage cost is important

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

Can you mount 1 EBS volume to multiple EC2 instances?

A

No, use EFS instead

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

General Purpose SSD (GP2) Use Cases

A
  • Recommended for most workloads
  • System boot volumes
  • Virtual desktops
  • Low-latency interactive apps
  • Development and test environments
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Provisioned IOPS SSD (IO1) Use Cases

A

-Critical business applications that require sustained IOPS performance, or more than 10,000 IOPS or 160 MiB/s of throughput per volume
-Large database workloads, such as:
MongoDB
Cassandra
Microsoft SQL Server
MySQL
PostgreSQL
Oracle

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

Throughput Optimized HDD (ST1) Use Cases

A
  • Streaming workloads requiring consistent, fast throughput at a low price
  • Big data
  • Data warehouses
  • Log processing
  • Cannot be a boot volume
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Cold HDD (SC1) Use Cases

A
  • Throughput-oriented storage for large volumes of data that is infrequently accessed
  • Scenarios where the lowest storage cost is important
  • Cannot be a boot volume
How well did you know this?
1
Not at all
2
3
4
5
Perfectly