EC2 Flashcards

1
Q

What does EC2 stand for, and what does it mean?

A

EC2 stands for Elastic Cloud Computing and it’s basically a virtual server in the cloud

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

What are the 4 types of pricing models in EC2?

A

On-Demand
Reserved
Spot
Dedicated Hosts

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

What’s the purpose of on-demand EC2?

A

Allows you to pay hourly or by the second without any commitments

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

What’s the purpose of Reserved EC2?

A

It reserves (blocks) a server capacity that offers you a high discount, although you do need to sign a contract from 1 year up to 2 years

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

What’s the Spot Ec2 pricing?

A

It’s an instance that you bid on the price.

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

What are the downsides of EC2 spot pricing?

A

Amazon can terminate the instance whenever it feels necessary but you will not be charged by the partial hour of usage

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

What’s the occasion when an EC2 Spot is terminated that the client needs to pay for any partial hourly usage?

A

When the client itself terminate an instance

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

What are Dedicated-Server hosts?

A

Physical EC2 instances dedicated for your usage (isolated at hardware level). It can help you remove costs by allowing you to use your own software licenses.

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

To whom it’s recommended the Spot Pricing model of EC2?

A
  1. Applications that are feasible with low compute needs
  2. Applications that have flexible end-start times
  3. Users with very urgent compute needs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

To whom it’s recommended the Dedicated Pricing model of EC2?

A
  1. Regulatory requirements that don’t allow multi-tenancy virtualization
  2. Great for licensing which doesn’t support multi-tenancy or cloud deployments.
  3. Can be purchased on-demand (hourly)
  4. Can be purchased as a reservation for up to 70% of the price
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Amazon EBS?

A

EBS stands for Elastic Block Storage and it’s basically a virtual disk on the cloud

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

How EBS interact with EC2?

A

EBS creates virtual disks that can be attached to EC2 instances. Once attached you can create a file system, run a database, etc…

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

What are the types of EBS?

A

SSD and Magnetic

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

What are the two types of SSD EBS?

A

General Purpose SSD (GP2)

Provisioned IPOS SSD (IO1)

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

What’s the purpose of the General Purpose SSD in EBS?

A

Balances price and performance for a wide variety of workloads.

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

What is the purpose of the Provisioned IPOS SSD in EBS?

A

Highest performance SSD for mission-critical/low-latency or high-throughput workloads

17
Q

What are the three types of Magnetic EBS?

A
Throughput Optimized (ST1)
Cold HDD (SC1)
Magnetic (Previous generation)
18
Q

What’s the purpose of Throughput Optimized (ST1) Magnetic EBS?

A

Low-cost HDD volume designed for frequently accessed throughput intensive workloads

19
Q

What’s the purpose of Cold HDD (SC1) Magnetic EBS?

A

lowest cost HDD volume designed for less frequently accessed data (file servers)

20
Q

What are the three types of Reserved Pricing Types?

A
  1. Standard Reserved Instance
  2. Convertible Reserved Instance
  3. Scheduled Reserved Instance
21
Q

What are the two types of security networks for your EC2 instances?

A

Security Groups

VPC ACL

22
Q

What are security groups?

A

Individuals firewalls for your instances. It defines what goes in and out of your instances

23
Q

What are VPC ACL?

A

Individuals firewalls for your network (subnets). You control what goes in and out of your network