ConsideringCompute Flashcards

1
Q

Using a computer to process something

A

Compute

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

Individual compute instances

A

Virtual Machines

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

Service that helps you run fault tolerant workloads for up to 90% of EC2

A

Amazon Spot

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

Service that can automatically add or remove computing capacity to meet your changes in computing demand

A

Amazon EC2 Auto Scaling

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

A service that provides a really easy to use cloud platform to build an application or website.

A

Amazon LightSail.

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

A service to run secure, reliable and scalable containers

A

Amazon Elastic Container Service

also known as ECS

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

Service to store, manage and deploy container images

A

Amazon Elastic Container Registry

also known as ECR

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

Fully managed Kubernetes service

A

Amazon Elastic Kubernetes Service

also known as EKS

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

A SERVERLESS service that lets you run code without servers

A

AWS Lambda

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

Edge service that allows you to run your AWS services on your OWN servers, instead of Amazons.

A

AWS Outposts

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

Edge Service: allows you to bring a LOT of data into AWS

A

Snow Family

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

Edge Service: super fast service that allows access to AWS services from 5g devices WITHOUT having to go via the internet

A

AWS Wavelength

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

Edge Service: that assists in migrating your VMware workloads to AWS

A

VMware Cloud on AWS

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

Edge service that lets you run latency sensitive applications closer to end users

A

AWS Local Zones

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

Elastic Cloud Compute

A

EC2

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

Most common way to pay for services, with no long term commitment, and by the hour or second.

A

On Demand

17
Q

Pieces of programming code that someone else writes, so you can include them in your programs to save time and effort.

A

Libraries

18
Q

Two popular web programming languages

A

Python and nodeJS

19
Q

The purpose of this is to create a package of your program and all of its libraries and dependencies that it uses, all the specific versions to produce an image that can be run on any computer around the world WITHOUT ISSUES.

A

Container

20
Q

Compute without servers

A

Serverless

21
Q

Serverless compute service that runs your programming code in response to events.

A

AWS Lambda

22
Q

Charges for Lambda are time based and the price changes according to the amount of RAM that you use by this length of time.

A

Millisecond

23
Q

Event Sources are: your lambda functions

A

Triggers.

24
Q

Based on an event source (trigger) Lambda

A

Executes code.

25
Q

Lambda does this with services

A

Interacts

26
Q

Permissions to invoke Lambda functions

A

IAM Resource Policy

27
Q

The actions that a Lambda function can do/achieve.

A

IAM Execution Role