
Explanation:
The question specifies three key requirements:
A: Amazon SageMaker Serverless Inference - This is the optimal solution because:
B: Amazon CloudFront - Not suitable because:
C: Amazon API Gateway - Not suitable because:
D: AWS Batch - Not suitable because:
For ML model deployment with infrastructure abstraction, AWS best practices recommend:
Given the requirement for zero infrastructure management, SageMaker Serverless Inference is the only AWS service that meets all criteria without requiring any provisioning, scaling, or maintenance of compute resources.
Ultimate access to all questions.
No comments yet.
A company has an image classification ML model that needs to be deployed for a web application to consume. The solution must host the model and serve predictions while requiring no management of the underlying infrastructure. Which AWS solution meets these requirements?
A
Use Amazon SageMaker Serverless Inference to deploy the model.
B
Use Amazon CloudFront to deploy the model.
C
Use Amazon API Gateway to host the model and serve predictions.
D
Use AWS Batch to host the model and serve predictions.