EC2 Fundamentals Flashcards

1
Q

Spot Instances

A

Spot Instances are good for short workloads and are the cheapest EC2 Purchasing Options, but the least reliable. Provide the biggest discount but are not suitable for critical jobs.

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

Security Groups

A

Control traffic in and out of EC2 instances. can be attached to multiple EC2 instances.

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

EC2 Reserved Instances

A
  • Up to 72% discount compared to On-demand
  • You reserve a specific instance attributes (Instance Type, Region,Tenancy, OS)
  • Reservation Period – 1 year (+discount) or 3 years (+++discount)
  • Payment Options – No Upfront (+), Par tial Upfront (++), All Upfront (+++) * Reserved Instance’s Scope – Regional or Zonal (reserve capacity in an AZ)
  • Recommended for steady-state usage applications (think database)
  • You can buy and sell in the Reserved Instance Marketplace
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Convertible Reserved instance

A
  • Convertible Reserved Instance
  • Can change the EC2 instance type, instance family, OS, scope and tenancy * Up to 66% discount
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Compute Optimized Instance

A
  • Great for compute-intensive tasks that require high performance processors:
  • 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
6
Q

EC2 User Data

A

is used to bootstrap your EC2 instances using a bash script. The script can contain commands such as installing software/packages, download files from the internet or anything you want.

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

Memory Optimized Instance

A

Fast performance for workloads that process large data sets in memory
* Use cases:
* High performance, relational/non-relational databases
* Distributed web scale cache stores
* In-memory databases optimized for BI (business intelligence)
* Applications performing real-time processing of big unstructured data

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

Storage Optimized Instance

A

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

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

Dedicated Host Instances

A

A physical server with EC2 instance capacity fully dedicated to your use
* Allows you address compliance requirements and use your existing server- bound software licenses (per-socket, per-core, pe—VM software licenses)
* Purchasing Options:
* On-demand – pay per second for active Dedicated Host
* Reserved - 1 or 3 years (No Upfront, Partial Upfront,All Upfront)
* The most expensive option
* Useful for software that have complicated licensing model (BYOL – Bring Your
Own License)
* Or for companies that have strong regulatory or compliance needs

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

Spot Fleet

A

Set of spot instances and optionally on-demand instances. it allows you to automatically request spot instances with the lowest price.

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