MLA-C01 · Question #165
MLA-C01 Question #165: Real Exam Question with Answer & Explanation
The correct answer is C: Use the AWS Cloud Development Kit (AWS CDK) to provision an Amazon Elastic Kubernetes. AWS CDK supports defining infrastructure as code using Python and can provision a managed Amazon EKS cluster without requiring control plane management. The container image can be stored in Amazon ECR and deployed to the EKS cluster in a repeatable, automated way.
Question
A company has trained an ML model that is packaged in a container. The company will integrate the model with an existing Python web application. The company needs to host the model on AWS by using Kubernetes. The company does not want to manage the control plane and must provision the resources in a repeatable manner. The infrastructure must be provisioned by using Python. Which solution will meet these requirements?
Options
- AUse AWS CloudFormation to provision Amazon EC2 instances in multiple Availability Zones. Set
- BUse the AWS CLI to provision an Amazon Elastic Kubernetes Service (Amazon EKS) cluster.
- CUse the AWS Cloud Development Kit (AWS CDK) to provision an Amazon Elastic Kubernetes
- DUse AWS CloudFormation to provision an Amazon Elastic Kubernetes Service (Amazon EKS)
Explanation
AWS CDK supports defining infrastructure as code using Python and can provision a managed Amazon EKS cluster without requiring control plane management. The container image can be stored in Amazon ECR and deployed to the EKS cluster in a repeatable, automated way.
Topics
Community Discussion
No community discussion yet for this question.