dc dotCreds
Reference guide

AWS Cloud Practitioner Course Notes

Study AWS Cloud Practitioner section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue Course Start Practice
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 1 Cloud Foundations Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 31 more related questions in Pro version

Summary

CLF-C02 cloud concepts questions usually test why cloud changes the operating model. AWS replaces large upfront purchases with pay-as-you-go consumption, gives fast access to compute and storage, and lets workloads reach users through a global infrastructure. OpEx means paying as services are consumed; CapEx means buying facilities or hardware before demand is proven.

Key Points

  • Elasticity: The ability to automatically add or remove resources as demand changes. It matters when a question describes variable traffic and avoiding overprovisioning.

Common Mistakes

  • Calling elasticity and scalability the same thing; elasticity is about automatic adjustment with demand, while scalability is simply the ability to add capacity.

Exam Tips

  • Elasticity means capacity changes with demand; scalability means capacity can grow.
Section 2 Security Essentials Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 31 more related questions in Pro version

Summary

The Shared Responsibility Model is the center of CLF-C02 security. AWS is responsible for security of the cloud, including facilities, hardware, global infrastructure, and managed service infrastructure. The customer is responsible for security in the cloud, such as IAM permissions, data protection choices, guest operating system updates on EC2, network rules, and application configuration.

Key Points

  • Shared Responsibility Model: The AWS security model that divides duties between AWS and the customer. It is tested whenever a question asks who patches, protects, configures, or audits something.

Common Mistakes

  • Putting EC2 guest operating system patching on AWS instead of the customer under the Shared Responsibility Model.

Exam Tips

  • CloudTrail equals API activity; AWS Config equals resource configuration history.
Section 3 Advanced Security Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 8 more related questions in Pro version

Summary

Advanced security questions usually ask which AWS security service fits a specific control. IAM defines permissions and roles, while AWS STS provides temporary security credentials that applications, users, or federated identities can assume. Temporary credentials are preferred when access should expire instead of relying on long-term access keys.

Key Points

  • AWS STS: AWS Security Token Service issues temporary credentials for assumed roles, federation, and short-lived access.

Common Mistakes

  • Choosing long-term access keys when the scenario asks for temporary credentials, which points to AWS STS.

Exam Tips

  • STS issues temporary credentials for assumed roles and federation.
Section 4 Core Services Preview
More in this section
  • Full summary in Pro version
  • 19 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 52 more related questions in Pro version

Summary

Core Services is the heart of CLF-C02 because it tests service selection. The AWS Management Console is the browser interface, APIs are the programmatic service contracts, SDKs wrap APIs for programming languages, and Infrastructure as Code defines repeatable environments through templates. Regions place workloads near users or compliance boundaries, and Availability Zones give isolated locations for highly available design.

Key Points

  • AWS Management Console: The web interface for working with AWS services. It is best for interactive management and learning service settings.

Common Mistakes

  • Choosing Lambda for workloads that require operating system control, which points to EC2 instead.

Exam Tips

  • EC2 gives server control; Lambda runs serverless functions; Fargate removes server management for supported containers.
Section 5 Architecture & Design Preview
More in this section
  • Full summary in Pro version
  • 9 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 3 more related questions in Pro version

Summary

Architecture and design questions in this bank are service-integration scenarios. EventBridge is the event bus choice when one service needs to react to events from AWS services, custom applications, or SaaS sources. It fits decoupled systems where producers do not need to call consumers directly.

Key Points

  • Amazon EventBridge: A serverless event bus that routes events from AWS services, custom applications, and SaaS sources to targets.

Common Mistakes

  • Choosing CodePipeline for event routing when EventBridge is the event bus service.

Exam Tips

  • EventBridge is selected when something should happen automatically after an event.
Section 6 Cost & Operations Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 19 more related questions in Pro version

Summary

Cost questions separate estimating, analyzing, alerting, and optimizing. AWS Pricing Calculator is used before deployment to estimate monthly cost from planned service usage. Cost Explorer analyzes historical and forecasted spend after usage exists. AWS Budgets sends alerts when cost or usage approaches configured thresholds.

Key Points

  • AWS Pricing Calculator: A planning tool for estimating AWS costs before deployment based on expected service configuration and usage.

Common Mistakes

  • Using Pricing Calculator to analyze historical spend when Cost Explorer is the cost analysis tool.

Exam Tips

  • Pricing Calculator estimates planned cost; Cost Explorer analyzes actual and forecasted spend.