Questions
- ECS allows us to deploy to which of the following? (Multiple answers are possible)
A. EC2
B. AWS Lambda
C. Fargate
D. AWS Lightsail
- ECS uses Kubernetes in the background – True/False?
- We should always use services in ECS instead of tasks for batch jobs – True/False?
- We should always use Fargate for batch jobs as it runs for a short period, and we only pay for the resources that are consumed during that time – True/False?
- Which of the following are CaaS services that implement the Kubernetes API? (Multiple answers are possible)
A. GKE
B. AKS
C. EKS
D. ECS
- Google Cloud Run is a serverless offering that uses Knative behind the scenes – True/False?
- Which one of the following is offered as a Knative module? (Multiple answers are possible)
A. Serving
B. Eventing
C. Computing
D. Containers