Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

2.8. Service Reference: Additional In-Scope AWS Services

💡 First Principle: You are not expected to operate every AWS service, but you are expected to recognize which category of problem each one solves - the exam asks you to pick the right tool for a described need, not to configure it.

The sections above teach the core services in depth. This reference covers the remaining services named in the official CLF-C02 exam guide, grouped by the same categories AWS uses. Read it for recognition rather than memorization: for each service, anchor on the one problem it exists to solve. That is enough to reason your way through a scenario question about a service you have never used.

Analytics

ServiceWhat it does and when you would choose it
Amazon AthenaRun standard SQL queries directly against data sitting in Amazon S3, with no server to run or data to load first.
Amazon EMRRun big-data frameworks such as Apache Spark and Hadoop on a managed cluster for large-scale processing.
Amazon KinesisCollect and process streaming data (logs, clickstreams, telemetry) as it arrives rather than in nightly batches.
Amazon OpenSearch ServiceSearch, filter, and visualize log and document data at scale.
Amazon QuickSightBuild business-intelligence dashboards and visualizations for non-technical stakeholders.

Application Integration

ServiceWhat it does and when you would choose it
Amazon Simple Queue Service (Amazon SQS)A managed message queue that decouples components so a slow or failed consumer cannot take the producer down with it.
Amazon EventBridgeRoute events between AWS services and SaaS applications using rules, enabling event-driven architectures.
AWS Step FunctionsCoordinate multiple services into a visual workflow with built-in retries and error handling.

Business Applications

ServiceWhat it does and when you would choose it
Amazon Simple Email Service (Amazon SES)Send transactional and marketing email at scale without running a mail server.

Compute and Containers

ServiceWhat it does and when you would choose it
Amazon LightsailA simplified virtual private server with predictable bundled pricing, aimed at simple workloads and newcomers to AWS.
AWS BatchSchedule and run large numbers of batch computing jobs, provisioning compute automatically.
Amazon Elastic Container Registry (Amazon ECR)Store, manage, and deploy your container images, in the way that Amazon S3 stores objects.

Database

ServiceWhat it does and when you would choose it
Amazon ElastiCacheAn in-memory cache (Redis or Memcached) that absorbs repeated reads so the database behind it is not hit every time.
Amazon DocumentDBA managed document database compatible with MongoDB workloads.
Amazon NeptuneA managed graph database for highly connected data such as social networks and fraud rings.

Developer Tools

ServiceWhat it does and when you would choose it
AWS CodeBuildCompile source code, run tests, and produce deployable artifacts without managing a build server.
AWS CodePipelineModel and automate the release process end to end, from source through build to deployment.
AWS X-RayTrace a single request as it crosses multiple services to find where latency or errors originate.

End-User Computing and Front End

ServiceWhat it does and when you would choose it
Amazon WorkSpacesProvision managed virtual desktops so staff can work from any device without company data leaving AWS.
Amazon AppStream 2.0Stream a single desktop application to a browser instead of delivering a full desktop.
AWS AmplifyBuild and host web and mobile front ends with the backend services they depend on.
Amazon WorkSpaces Secure BrowserGive users a managed, isolated browser for reaching internal web applications without provisioning a full desktop.
AWS AppSyncServe application data through a managed GraphQL API.

Internet of Things

ServiceWhat it does and when you would choose it
AWS IoT CoreConnect fleets of devices to the cloud and route their messages to other AWS services securely.

Machine Learning and AI

ServiceWhat it does and when you would choose it
Amazon SageMaker AIBuild, train, and deploy your own machine learning models. The choice when a pre-trained service does not fit.
Amazon RekognitionAnalyze images and video for objects, faces, text, and unsafe content.
Amazon TextractExtract text, forms, and tables from scanned documents, going beyond simple character recognition.
Amazon ComprehendFind sentiment, entities, key phrases, and language in unstructured text.
Amazon TranscribeConvert speech in audio and video into written text.
Amazon PollyConvert written text into lifelike speech. The mirror image of Transcribe.
Amazon LexBuild conversational chatbots and voice interfaces using the technology behind Alexa.
Amazon KendraProvide natural-language search across an organization's internal documents.
Amazon QA generative AI assistant that answers questions and performs tasks grounded in your business data and AWS environment.

Management and Governance

ServiceWhat it does and when you would choose it
AWS Systems ManagerOperate fleets of instances at scale: apply patches, run commands, and store configuration and secrets centrally.
AWS Control TowerSet up and govern a secure multi-account environment against AWS best practices from a single place.
AWS Service CatalogPublish a curated list of approved products so teams can self-serve only what the organization has sanctioned.
AWS Health DashboardShow the health of AWS services generally and any events affecting your specific account and resources.
AWS Compute OptimizerRecommend right-sized resources by analyzing how your workloads actually use them.
AWS License ManagerTrack and enforce software license usage to stay within your vendor agreements.
AWS Well-Architected ToolReview a workload against the six pillars of the Well-Architected Framework and get improvement recommendations.
Service QuotasView the per-service, per-Region limits on your account and request increases from one place, rather than hunting for each service's own limit page.

Migration and Transfer

ServiceWhat it does and when you would choose it
AWS Snow FamilyShip physical devices to move petabyte-scale data when transferring it over a network would take too long.
AWS Database Migration Service (AWS DMS)Migrate databases to AWS with the source database staying available during the migration.
AWS Schema Conversion Tool (AWS SCT)Convert a database schema from one engine to another. Used alongside DMS when the engines differ.
AWS Application Discovery ServiceInventory on-premises servers and their dependencies to plan a migration.
Migration EvaluatorBuild the business case for migrating: it projects what your current on-premises estate would cost on AWS. Discovery Service tells you what you have; Migration Evaluator tells you what it would cost.
AWS Application Migration ServiceLift and shift physical, virtual, or cloud servers to AWS with minimal changes.
AWS Migration HubTrack the progress of a migration across multiple AWS and partner tools in one dashboard.

Networking and Content Delivery

ServiceWhat it does and when you would choose it
AWS Global AcceleratorRoute users over the AWS global network to the healthiest endpoint using static IP addresses. Improves performance for non-cacheable traffic, where CloudFront caches content.
AWS Site-to-Site VPNCreate an encrypted tunnel between an on-premises network and a VPC over the public internet.
AWS Client VPNGive individual remote users secure access to AWS and on-premises networks.
AWS Transit GatewayConnect many VPCs and on-premises networks through a single hub instead of a mesh of peering connections.
AWS PrivateLinkReach AWS or partner services privately from your VPC without traversing the public internet.

Storage

ServiceWhat it does and when you would choose it
Amazon FSxFully managed third-party file systems, including FSx for Windows File Server (SMB) and FSx for Lustre (high-performance computing).
AWS Storage GatewayGive on-premises applications access to cloud storage while keeping frequently used data cached locally.
AWS Elastic Disaster RecoveryContinuously replicate servers into AWS so they can be brought up quickly after an outage.
See how it connects
Alvin Varughese
Written byAlvin Varughese
Founder18 professional certifications