EC2 Flashcards

1
Q

What different types of EC2 instance are there?

A

General purpose, Compute Optimized, Memory O., Accelerated computing, Storage O., Instance features, Measuring Instance performance

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

Describe the general purpose EC2 instance type, and give a use case.

A

Balance between compute, memory and networking.
Good for web servers or code repositories.

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

Describe the Compute Optimized EC2 instance type, and give a use case.

A

For compute-intensive tasks that require high performance processors.
- Batch processing workloads
- Media transcoding
- High performance computing (HPC)
- Scientific modelling & machine learning
- Dedicated gaming servers

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

Describe the Memory Optimized EC2 instance type, and give a use case.

A

Fast performance for workloads that process large data sets in memory.
- High performance relational/non-relational databases
- Distributed web scale cache stores
- In-memory databases 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

Describe Storage Optimized EC2 instance type, and give a use case.

A

Good for storage-intensive tasks that require high, sequential read and write access to large data sets on local storage
- High frequency online transaction processing (OLTP) systems
- Relational & NoSQL databases
- Cache for in-memory databases (e.g. Redis)
- Data warehousing applications
- Distributed file systems

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

What is port 22 used for?

A

SSH - log into a linux instance
SFTP - Secure File Transfer Protocol (upload files using SSH)

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

What is port 21 used for?

A

FTP (File Transfer Protocol) - upload files into a file share

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

What is port 80 used for?

A

HTTP - access to unsecured websites

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

What is port 443 used for?

A

HTTPS - access to secured websites

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

What is port 3389 used for?

A

RDP (Remote Desktop Protocol) - log into a Windows instance

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