Ref: https://learn.cantrill.io/courses/1820301/lectures/42194151
Amazon SageMaker 101
- 🔧 Fully-managed Machine Learning (ML) service
- 💡 Actually a collection of many features and products, bundled together by AWS
- Covers whole ML model lifecycle:
- Fetch, clean and prepare data
- Train, evaluate, deploy and monitor ML models
- Key features
- SageMaker Studio = IDE for ML model lifecycle
- Build, train, debug and monitor ML models
- SageMaker Domain = isolation/grouping for a particular project
- Contains EFS volume, users, apps, policies, VPCs…
- Containers = ML environments
- Docker containers deployed to ML EC2 instance
- Specific OS, libraries & tooling for ML workloads
- Hosting → Deploy endpoints for ML models
- ‼️ SageMaker itself has no cost!
- SageMaker Studio Screenshot