Compute Services Review Flashcards

1
Q

What are the compute services?

A

EC2
Lambda
Fargate
Lightsail
Outposts
Batch

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

EC2

A

Rent and manage virtual servers in the cloud
Uses templates called AMI’s

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

Lambda

A

Run code without managing servers

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

Fargate

A

Serverless compute engine for containers

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

Outposts

A

Run Cloud services in your internal data center

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

Batch

A

Process large workloads in smaller batches

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

Can you change an EC2 instance without downtime?

A

No

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

Describe Elastic Beanstalk

A

A PaaS that automates deploying and scaling workloads on EC2
Supports only a specific set of technologies.
You do not pay directly for it - only pay for the services you leverage thu it
Supported platforms: Java, .Net, php, node, python, ruby, go, Docker

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

What are the use cases for EC2?

A

Hosting Web Apps
API Server: a web service endpoint
Batch Processing
Desktop in the cloud

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