mlops

Design and optimize end-to-end MLOps workflows on AWS with SageMaker.

15|20|Updated May 11, 2026
One-click install
npx skills add https://github.com/awslabs/startups --skill mlops-awslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlops
Source: https://github.com/awslabs/startups/tree/main/solution-architecture/plugins/aws-dev-toolkit/skills/mlops
Command: npx skills add https://github.com/awslabs/startups --skill mlops-awslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams design, deploy, and operate reliable machine learning systems on AWS by providing guidance for the full MLOps lifecycle from training through production monitoring.

Core Features & Use Cases

  • ML Platform Design: Select and configure AWS ML platforms including SageMaker, Bedrock, MLflow, and Kubeflow based on workload requirements.
  • Production ML Operations: Design training pipelines, inference endpoints, model registries, monitoring strategies, CI/CD workflows, and cost optimization approaches.
  • Use Case: Build an automated machine learning platform that trains models with SageMaker Pipelines, tracks experiments with MLflow, deploys optimized inference endpoints, and monitors model quality over time.

Quick Start

Use the mlops skill to design a production SageMaker pipeline for my machine learning model with training, deployment, monitoring, and cost optimization recommendations.

Frequently Asked Questions about mlops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design an end-to-end MLOps pipeline on AWS?

To design an end-to-end MLOps pipeline on AWS, you orchestrate model training with SageMaker Pipelines, track experiments using MLflow, and automate deployment with CI/CD workflows. This approach manages the complete model lifecycle from data preparation to production monitoring.

What's the best way to track machine learning experiments and manage the model registry on AWS?

The best way to track machine learning experiments and manage the model registry on AWS is by integrating MLflow with SageMaker. This combination provides automated experiment tracking, version control for model artifacts, and streamlined lifecycle management across your training pipelines.

How do I deploy and monitor machine learning inference endpoints in production?

To deploy and monitor machine learning inference endpoints in production, you configure optimized SageMaker hosting endpoints and establish continuous monitoring strategies. This setup tracks model quality over time and automates retraining triggers when data drift or performance degradation is detected.

Can I use SageMaker Pipelines with MLflow for model training and deployment?

Yes, you can use SageMaker Pipelines with MLflow for model training and deployment. This integration allows you to automate the training workflows within SageMaker while utilizing MLflow to track parameters, log metrics, and maintain a centralized model registry throughout the MLOps lifecycle.

How do I optimize AWS costs for production machine learning infrastructure?

To optimize AWS costs for production machine learning infrastructure, you implement automated scaling for inference endpoints, select appropriate compute instances for SageMaker training jobs, and manage resource lifecycle policies. This ensures cost-efficient operation without compromising model availability or pipeline execution.