10 - Other Compute Services

How do you get charged in AWS Lambda?

1
2
3
4
3

Per call and per duration

You would like a serverless service to launch Docker containers with no infrastructure to provision. Which AWS service should you use?

1
2
3
4
2

Fargate

A complete cloud beginner would like to create a simple application with predictable pricing. What service should this person use?

1
2
3
4
3

Lightsail

What is the name of the software development platform that allows you to run applications the same way, regardless of where they are run?

1
2
3
4
3

Docker

How would you best describe "event-driven" in AWS Lambda?

1
2
3
4
4

Happens when needed

Which AWS service allows you to launch Docker containers on AWS, but requires you to provision and maintain the infrastructure?

1
2
3
4
3

ECS

Which of the following statements is INCORRECT regarding the definition of the term "serverless"?

1
2
3
4
2

There are no servers

Which of the following statements is NOT a feature of AWS Lambda?

1
2
3
4
4

Definition of a minimum and a maximum of EC2 Instances running

A company needs to run thousands of jobs but would like to NOT manage the compute resources. What service can it use?

1
2
3
4
4

Batch

Where should you store your private Docker images so they can be run by ECS or Fargate?

1
2
3
4
3

Elastic Container Registry

Which AWS serverless service can be used by developers to create APIs?

1
2
3
3

API Gateway

BoolFalse