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 CourseStart PracticePDF downloads available in Pro.
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 1Cloud FoundationsPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points in Pro version
  • 29 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.
Section 2Security EssentialsPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points in Pro version
  • 29 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.
Section 3Advanced SecurityPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points in Pro version
  • 6 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.
Section 4Core ServicesPreview
More in this section
  • 4 more summary sections in Pro version
  • 19 more key points in Pro version
  • 50 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.
Section 5Architecture & DesignPreview
More in this section
  • 4 more summary sections in Pro version
  • 9 more key points in Pro version
  • 1 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.
Section 6Cost & OperationsPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points in Pro version
  • 17 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.