EC2 Flashcards

1
Q

What makes up an EC2 instance?

A

AMI (OS) + Instance Size (CPU RAM) + Storage + Security Groups + EC2 User Data

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

How are EC2 instances named?

A
  1. Instance Class
  2. Generation
  3. Size within the Instance Class
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the 4 different types of EC2 instances.

A

General Purpose
Compute Optimised
Memory Optimised
Storage Optimised

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

What are Compute Optimised instances used for?

A

Compute intensive tasks that require high performance processors

Examples: Batch Processing, High Performance Computing, High Performance Web Servers, Scientific Models, ML, Gaming Servers

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

What are Memory Optimised instances used for?

A

Fast performance for workloads that process a large amount of data

Examples: Number calculations, in memory databases, graphic processing, number calculations

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

What are Storage Optimised instances used for?

A

Great for storage-intensive tasks that require high, sequential read and access to large data sets on local storage

Examples: OLTP systems, Relational & NoSQL databases, Cache for in-memory databases, Data Warehousing Applications, Distributed File Systems

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

What do Security Groups control?

A

They control how traffic is allowed in or out of EC2 instances.

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

What 4 specific access points are controlled by Security Groups?

A

Access to ports
Authorised IP ranges
Control of Inbound Network (to the instance)
Control of Outbound Network (out of the instance)

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

Which EC2 Purchasing Option can provide the biggest discount, but is not suitable for critical jobs or databases?

A

Spot Instances.

Spot Instances are good for short workloads, but are less reliable.

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

Which network security tool can you use to control traffic in and out of EC2 Instances?

A

Security Groups.

Security Groups operate at instance level and can control traffic.

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

Under the Shared Responsibility Model, who is responsible for operating-system patches and updates on EC2 Instances?

A

The customer is responsible for operating-system patches and updates on EC2 Instances, as well as data security on the instances, Security Groups rules, etc.

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

How long can you reserve an EC2 Reserved Instance?

A

1 year or 3 years terms are available for EC2 Reserved Instances.

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

Which EC2 Purchasing Option should you use for an application you plan on running on a server continuously for 1 year?

A

Reserved Instances are good for long workloads. You can reserve instances for 1 or 3 years.

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