AWS Certified Cloud Practitioner (CLF-C02)

AWS Services You Must Know for CLF-C02

Organise AWS services for CLF-C02 by compute, storage, databases, networking, security, management, analytics and support.

Service mapComputeStorageSecurity

Start practice –View guide –

Independent preparation resource. Original examples only. Always confirm latest AWS instructions before testing.

Exam duration

90 minutes

Exam format

65 questions, multiple choice or multiple response

Passing score

700 on a 100-1,000 scaled-score range

Current domains

Cloud Concepts 24%, Security and Compliance 30%, Cloud Technology and Services 34%, Billing, Pricing and Support 12%

On This Page

Quick answer: Organise AWS services for CLF-C02 by compute, storage, databases, networking, security, management, analytics and support.

Direct Answer: Which AWS Services Matter Most?

For AWS Cloud Practitioner, you should know core service categories more than deep configuration. Focus on compute, storage, databases, networking, identity and security, monitoring, migration, analytics, billing and support.

The exam often asks what service fits a high-level need. It is less likely to ask you to configure that service step by step.

Compute Services

Amazon EC2 provides virtual servers. AWS Lambda runs code without provisioning servers. Amazon ECS and Amazon EKS support container workloads. For CLF-C02, know the difference between server-based, serverless and container-oriented compute.

A common mistake is choosing EC2 for every workload. EC2 is flexible, but managed and serverless services often reduce operational work.

Storage and Database Services

Amazon S3 is object storage, Amazon EBS is block storage for EC2 instances, and Amazon EFS is shared file storage. For databases, Amazon RDS is managed relational database service, Amazon DynamoDB is managed NoSQL key-value/document database service, and Amazon Redshift is a data warehouse service.

Learn by use case. Website assets, backups and object data point toward S3. Low-latency key-value access points toward DynamoDB. Structured relational workloads point toward RDS.

Networking, Security and Management

Amazon VPC helps isolate and control networking. Security groups and network ACLs control traffic at different levels. IAM manages identities, permissions and access policies. CloudWatch supports monitoring, and CloudTrail records API activity.

The exam may combine these services in one scenario. Separate identity access, network access, monitoring and audit logging before choosing.

Billing, Support and Governance Services

AWS Pricing Calculator, AWS Budgets, Cost Explorer, AWS Organizations, AWS Trusted Advisor and support plans appear because cloud literacy includes cost and governance. Know the job each tool performs.

For example, Trusted Advisor can provide recommendations, while AWS Organizations helps manage multiple accounts. Cost Explorer is for cost analysis, not pre-deployment price estimation.

Deeper Preparation Notes

A Practical Service Grouping Method

Group AWS services by the problem they solve. Compute runs workloads. Storage keeps data. Databases organise and query data. Networking connects and isolates resources. Security controls access, detection and protection. Management tools monitor, audit and govern. Billing tools estimate, alert and analyse cost.

When a new service name appears, ask which problem family it belongs to before trying to memorise details. This gives you a stable mental shelf for exam recall.

Common Service Comparisons to Practise

Practise Amazon S3 versus EBS versus EFS, EC2 versus Lambda, RDS versus DynamoDB, CloudWatch versus CloudTrail, IAM versus security groups, Pricing Calculator versus Budgets versus Cost Explorer, and Organizations versus individual account billing.

These comparisons cover many beginner mistakes because the services sound related but solve different jobs.

Quality Study Notes for AWS services for Cloud Practitioner

For this topic, the safest preparation habit is to connect every fact to a decision. Do not only write that a service exists; write what problem it solves, what it is commonly confused with, and what wording would point toward it in an exam scenario. This turns passive reading into usable exam knowledge.

Use a three-column review note: clue, answer, reason. The clue is the wording in the question, the answer is the service or concept, and the reason is the rule that makes it correct. If you cannot write the reason in one sentence, the topic is not yet stable enough for timed practice.

Also keep a short list of near-miss concepts. For AWS Cloud Practitioner, near misses often include CloudWatch versus CloudTrail, S3 versus EBS versus EFS, IAM versus security groups, Pricing Calculator versus Budgets versus Cost Explorer, and AWS responsibility versus customer responsibility. Reviewing near misses gives you more improvement than rereading topics you already know.

Finally, practise explaining answers out loud or in short written notes. CLF-C02 is not a writing exam, but the ability to explain a choice reveals whether you truly understand the concept. If your explanation sounds vague, return to the domain map and rebuild the distinction.

When you review this page, choose one concrete output before moving on: a comparison table, a set of flash rules, a repaired weak topic, or a short mixed practice set. Study becomes much more effective when every reading session produces something you can test later.

Keep your language simple. The exam is not asking for marketing descriptions or architecture essays. It is asking whether you can recognise the right service family, responsibility boundary, cost tool or cloud concept from a realistic prompt. Simple language often reveals the right answer faster than memorised product copy.

Before you leave the topic, ask one final question: what would make me choose the wrong answer here? That question points directly to the distractor you need to study. For many candidates, improvement comes from understanding why a similar AWS service is not the answer.

This is especially important for shorter study sessions. A 20-minute session can still be valuable when it produces one clear distinction and one corrected mistake. Small, precise repairs compound faster than vague rereading.

Keep the final output visible: one clearer rule, one fewer recurring mistake, and one more confident answer choice.

That steady improvement is the point of preparation: fewer surprises, cleaner reasoning, and a calmer exam-day process.

Small corrections matter here because the exam rewards precise distinctions.

Keep practising until those distinctions feel automatic.

CLF-C02 Domain Map

Use this table as the backbone for study and practice review. It keeps preparation aligned with the official domain structure instead of random service memorisation.

DomainWeightWhat to knowPractice target
Cloud Concepts24%Value proposition, global infrastructure, cloud economics, migration concepts and Well-Architected principles.Explain why cloud changes agility, reach, availability and cost model.
Security and Compliance30%Shared responsibility, IAM, root account protection, encryption, governance, logs and compliance resources.Separate AWS responsibility, customer responsibility and shared responsibility.
Cloud Technology and Services34%Compute, storage, databases, networking, management, analytics, integration and common service categories.Match a business need to a service family without over-engineering.
Billing, Pricing and Support12%Pricing models, calculators, budgets, Cost Explorer, purchase options and support plans.Know whether the question asks for estimation, tracking, optimization or support.

Original Practice Patterns

These are original examples for learning. They are not copied official exam questions.

Compute

Need virtual machines with operating system control: EC2. Need event-driven code without server management: Lambda.

Storage

Need object storage for durable files: S3. Need block storage attached to EC2: EBS.

Audit

Need account API activity history: CloudTrail. Need metrics and alarms: CloudWatch.

Exam Tip

Read the task verb before choosing a service. Estimate, monitor, audit, secure, store and analyse point to different AWS service families.

Common Mistake

Do not treat every workload as an EC2 question. Many CLF-C02 items reward recognising managed, serverless or specialised services.

Preparation Workflow

1. Map domains

Build notes around the four official domains.

2. Learn services

Group services by purpose before memorising names.

3. Practise

Use original questions and review every explanation.

4. Repair gaps

Retest weak categories with mixed timed practice.

Turn AWS Knowledge Into Exam Practice

Practise original CLF-C02-style questions, review explanations, and build confidence across cloud concepts, services, security, pricing and support.

Start AWS practice –

Related AWS Cloud Practitioner Guides

Use the related guides to move from broad CLF-C02 preparation into the exact topic you need next.

Frequently Asked Questions

Do I need to know every AWS service?

No. Focus on common services and categories listed in the official exam guide scope.

How should I study service names?

Group them by problem type: compute, storage, database, networking, security, monitoring, billing and support.

What services are often confused?

S3, EBS and EFS; CloudWatch and CloudTrail; Pricing Calculator, Budgets and Cost Explorer; security groups and network ACLs.

Do I need hands-on labs?

Light hands-on exposure can help, but CLF-C02 is foundational and scenario-recognition focused.

What is the fastest way to improve service recognition?

Write one plain-English purpose statement for each core service, then practise scenarios.

Are service names enough?

No. You need use cases, responsibility boundaries and basic cost or governance context.

Heycademy is not affiliated with or endorsed by Amazon Web Services. AWS certification names, exam names and service names belong to their respective owners. Candidates should always check the latest official AWS exam guide and exam appointment instructions before booking or testing.

Login on app here.

Scroll to Top
Heycademy Career Workspace
Try Heycademy Career Workspace
Adaptive assessments • Resume optimization • Interview preparation • Personality insights • Career planning
Free preview and trial available.
Limited Time Offer • GOXERA35 saves 35%