CLF-C02 Analytics, AI/ML, and Integration Guide

Study CLF-C02 Analytics, AI/ML, and Integration: key concepts, common traps, and exam decision cues.

This is the part of CLF-C02 where AWS starts throwing many managed service names at you. The exam still stays broad. It mainly wants you to know which service family fits the job: analytics, messaging, AI/ML, customer engagement, developer tooling, end-user computing, frontend, or IoT.

High-yield service-family map

Need Strongest first fit
Query data in S3 or do analytics work Amazon Athena, AWS Glue, Amazon Kinesis, Amazon QuickSight
Build AI/ML solutions or use language/voice/search features Amazon SageMaker, Lex, Kendra, Polly, Rekognition
Queue, fan out, or route events Amazon SQS, Amazon SNS, Amazon EventBridge
Build and deploy software AWS Cloud9, CodeBuild, CodePipeline, X-Ray
Deliver desktops or app streams to users Amazon WorkSpaces, Amazon AppStream 2.0
Build frontend web or mobile apps AWS Amplify, AWS AppSync
Connect devices and IoT systems AWS IoT Core, AWS IoT Greengrass

Messaging and event traps

These three often blur together:

Service Better mental model
Amazon SQS queue work for later processing
Amazon SNS publish notifications or fan out messages
Amazon EventBridge route events between services and systems

If the question is about asynchronous queued work, SQS is usually stronger than SNS. If it is about broadcasting notifications, SNS is often stronger. If it is about event routing across systems, EventBridge is usually the better lane.

AI/ML and analytics at the CLF-C02 level

You do not need model-training depth. You do need to know that AWS has:

  • analytics services for ingestion, transformation, query, and visualization
  • AI/ML services for language, vision, search, and broader model development

If a stem is clearly about business intelligence or visualization, QuickSight is stronger than a storage service. If it is about conversational bots, Lex is a better fit than a generic compute answer.

Other service categories still matter

CLF-C02 includes these because AWS wants broad platform literacy:

  • developer tools for building and deploying software
  • end-user computing for virtual desktops and streamed apps
  • frontend and mobile services for app delivery
  • IoT services for connected devices
  • business services such as Amazon Connect and Amazon SES

Decision order that usually wins

This domain gets easier if you classify the job first:

  1. Is the stem about queueing, fan-out, event routing, analytics, visualization, AI/ML, developer tooling, end-user computing, or IoT?
  2. If work should wait in line for later processing, lean to Amazon SQS.
  3. If a message should go out to many subscribers, lean to Amazon SNS.
  4. If events should move between services and systems, lean to Amazon EventBridge.
  5. If the question is about dashboards or data visualization, prefer Amazon QuickSight over storage or compute answers.

Common traps

  • choosing a compute service when the question is really about messaging or analytics
  • mixing SQS, SNS, and EventBridge
  • choosing SageMaker for every AI/ML-related stem, even when a narrower managed service like Lex or Rekognition fits better
  • treating every “developer” question as if it must be about a CI/CD pipeline detail

Quiz

Loading quiz…
Revised on Sunday, May 10, 2026