nerdexam
Amazon

AIP-C01 · Question #63

Which of the following AWS services can be used for automating the deployment and scaling of machine learning models into production environments?

The correct answer is D. Amazon SageMaker Pipelines. Amazon SageMaker Pipelines is a purpose-built CI/CD orchestration service for ML workflows. It automates the full model lifecycle-data preprocessing, training, evaluation, approval gates, model registration, and deployment to SageMaker Endpoints-with built-in versioning and…

Deployment, Operations, and Optimization

Question

Which of the following AWS services can be used for automating the deployment and scaling of machine learning models into production environments?

Options

  • AAWS CloudFormation
  • BAmazon SageMaker Model Monitor
  • CAWS CodePipeline
  • DAmazon SageMaker Pipelines

How the community answered

(65 responses)
  • A
    3% (2)
  • B
    2% (1)
  • C
    6% (4)
  • D
    89% (58)

Explanation

Amazon SageMaker Pipelines is a purpose-built CI/CD orchestration service for ML workflows. It automates the full model lifecycle-data preprocessing, training, evaluation, approval gates, model registration, and deployment to SageMaker Endpoints-with built-in versioning and auditability. Option A (CloudFormation) is general infrastructure automation and does not understand ML-specific steps like model training or evaluation. Option B (SageMaker Model Monitor) monitors deployed models for data drift and quality degradation but does not handle deployment automation. Option C (AWS CodePipeline) is a general-purpose software CI/CD service; while it can trigger SageMaker jobs, it lacks native ML pipeline steps and model registry integration. SageMaker Pipelines is the correct dedicated ML operations automation service.

Topics

#MLOps#Model Deployment#SageMaker Pipelines#Automation

Community Discussion

No community discussion yet for this question.

Full AIP-C01 Practice