Questions
- ECS allows us to deploy to which of the following? (Choose two)
A. EC2
B. AWS Lambda
C. Fargate
D. Amazon 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? (Choose three)
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? (Choose two)
A. Serving
B. Eventing
C. Computing
D. Containers