Chapter Eight

AI & Machine Learning

Two ways to use machine learning on AWS: build your own models, or call a pre-trained API. SageMaker and Bedrock cover the first; the four task-specific APIs cover the second.

6 services

The split in this chapter is the practical one. If a pre-trained API solves your problem — reading a document, transcribing audio, detecting objects — use it; it is an API call, not a project.

Reach for SageMaker only when you genuinely need custom models, and for Bedrock when you need generative AI with your own data. Most teams need the APIs far more often than they think they need the platforms.

Services in This Chapter