← Back to Home

Machine Learning

AWS AI & ML Services for the CLF-C02 Exam

ML Services Overview

AWS provides a broad set of AI and ML services. For the Cloud Practitioner exam, you need to know what each service does (not how to use it). Think of these as pre-built ML capabilities you can plug into your applications.

Key Point:

You don't need to know how to build ML models for this exam. Know each service's purpose and when to use it.

Amazon Rekognition

Exam Tip:

If the question mentions analyzing images/videos, facial recognition, or content moderation, the answer is Rekognition.

Amazon Transcribe

Exam Tip:

Speech to text = Transcribe. Text to speech = Polly. Don't confuse them!

Amazon Polly

Amazon Translate

Amazon Lex & Amazon Connect

Amazon Lex

Amazon Connect

Key Point:

Lex = chatbot builder (Alexa technology). Connect = cloud contact center. Together they create intelligent call centers.

Amazon Comprehend

Exam Tip:

If the question asks about understanding text, sentiment analysis, or NLP, the answer is Comprehend.

Amazon SageMaker

Key Point:

SageMaker = build, train, deploy custom ML models. It's the fully managed ML platform for data scientists. All other AWS ML services are pre-built (you don't build the model).

Amazon Forecast

Amazon Kendra

Exam Tip:

If the question mentions enterprise search with natural language, the answer is Kendra. If it mentions internet search, that's not Kendra.

Amazon Personalize

Amazon Textract

Exam Tip:

Textract = extract text/data from scanned documents, forms, and tables. Rekognition = analyze images/videos for objects and faces. Don't confuse them.

Developer ML Tools

Amazon CodeGuru

Amazon CodeWhisperer

Key Point:

CodeGuru = ML code reviews + performance profiling. CodeWhisperer = AI code generation (like GitHub Copilot but from AWS).

Quick Reference: Which Service to Use?

NeedService
Analyze images/videos, facial recognitionAmazon Rekognition
Speech to textAmazon Transcribe
Text to speechAmazon Polly
Language translationAmazon Translate
Build chatbotsAmazon Lex
Cloud contact centerAmazon Connect
NLP, sentiment analysisAmazon Comprehend
Build/train/deploy custom ML modelsAmazon SageMaker
Time-series forecastingAmazon Forecast
Enterprise document search (NL)Amazon Kendra
Personalized recommendationsAmazon Personalize
Extract text from scanned documentsAmazon Textract
Automated code reviewsAmazon CodeGuru
AI code suggestionsAmazon CodeWhisperer