Compute Services Flashcards

1
Q

EC2

A

A foundational service that lets you rent and manage virtual servers in the cloud.

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

Ways to Access EC2

A

AWS Management Console, SSH, Instance Connect, and AWS Systems Manager

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

EC2 Pricing Options

A

On Demand, Spot Instance, Reserved Instance, Dedicated hosts, and Savings plan

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

EC2 On Demand

A

Fixed price, billed according to usage. Good for apps that are still in development, have unpredictable loads, or won’t run for longer than a year.

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

EC2 Spot Instance

A

The cheapest pricing option! Grabbing unused capacity in the cloud. Usage depends on available space. Use when you don’t care about start or stop times, or workload can be interrupted.

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

EC2 Reserved Instance

A

Commit to a specific instance type for 1 to 3 years. Use when your app has steady state usage, or for migrating software licenses.

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

EC2 Dedicated Host

A

Reserve a dedicated, physical server in the cloud. Useful for migrating software licenses, or when you need to meet requirements for tenancy.

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

EC2 Savings Plan

A

Commit to a level of usage, rather than a specific instance type, for 1 or 3 years. Use when you want to commit, but still want to be able to change compute services, instance types, OS or Regions. Can be shared across various services,

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

Main features of EC2

A

Elastic load balancing and auto scaling

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

Lambda

A

A server-less compute service that lets you run code without having to manage servers. Can be used for real-time file processing, sending email/SNS messages, and handling back end logic.

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

Main Features of Lambda

A

Supports popular programming languages, write code in the provided console or upload code, execute code in response to events, functions cannot run longer than 15 mins.

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

Lambda Pricing

A

Charged on duration and number of requests (function calls). Testing counts toward the number of requests. Free tier allows for 1 Million free requests every month.

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

AWS Fargate

A

A serverless compute engine for containers, useful for working with Docker

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

Lightsail

A

Deploy pre-configured apps, like Wordpress websites. Good for quickly launching all the resources needed for small projects.

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

AWS Outposts

A

Run AWS cloud services on your internal data server for a hybrid architecture. AWS actually comes out to install for you.

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

AWS Batch

A

Process large workloads in smaller chunks (batches).