EC2 Flashcards

1
Q

What are the EC2 Instance Types?

A

-General Purpose
-Compute Optimized
-Memory Optimized
-Storage Optimized

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

Describe General Purpose EC2

A

Use Cases: Web Servers, code repositories
-Balance between compute, memory and storage

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

What are the Compute Optimized EC2 use cases?

A

Compute-intensive & require high performance, such as :
-Batch processing workloads
-Media transcoding
High performance web servers
-High performance computing (HPC)
-Scientific modeling & machine learning
-Dedicated gaming servers

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

What are the Memory Optimized EC2 use cases?

A

Fast performance for large data sets in memory, such as:
-High performance databases(relational/non-relational)
-Distributed web scale cache stores
-in-memory database optimized for BI
-applications performing real-time processing of big unstructured data

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

What are the Storage Optimized EC2 use cases?

A

Storage-intensive tasks that require high, sequential R/W access to large data sets on local storage, such as:
-High frequency online transaction processing (OLTP) systems
-Relational & NoSQL databases
-Cache for in-memory databases (ex: Redis)
-Data Warehouse applications
-Distributed file systems

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