Other Compute Services Flashcards

1
Q

What is serverless computing?

A

It is when your code runs on servers, but you do not need to provision or manage these servers.

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

How can you scale serveless applications?

A

By modifying the units of consumptions, such as throughput and memory.

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

What is AWS serverless compute service?

A

AWS Lambda

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

How does AWS Lambda work?

A

First, code is uploaded to Lambda. Then, code should be set to trigger from an event source, such as AWS services, mobile applications, or HTTP endpoints. Finally, Lambda runs your code only when triggered.

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

What provides a standard way to package your application’s code and dependencies into a single object and ensures application’s environment remains consistent regardless of deployment?

A

Containers

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

What is AWS service for managing containers?

A

Amazon Elastic Container Service (Amazon ECS)

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

What is an open source platform that enables developers to build, deploy, run, update and manage containers?

A

Docker

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

What is an open-source software that enables you to deploy and manage containerized applications at scale?

A

Kubernetes

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

What is a fully managed service that you can use to run Kubernetes on AWS?

A

Amazon Elastic Kubernetes Service (Amazon EKS)

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