← All topics
☁️

AWS Cloud Practitioner

Practice questions and notes for the AWS CCP exam.

16 posts · Certifications

  1. 1

    Cloud Concepts, Value Proposition & Cloud Economics

    The CLF-C02 exam loves to test the small wording differences between ideas that sound the same. CapEx vs OpEx, elasticity vs scalability, high availability vs…

  2. 2

    AWS Well-Architected Framework & the Six Pillars

    The Well-Architected Framework is a set of best practices grouped into six pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost…

  3. 3

    The Shared Responsibility Model

    In AWS, security is shared: AWS secures the cloud itself (the hardware, the buildings, the network, the host software that runs managed services), while you…

  4. 4

    IAM — Identity & Access Management

    IAM (Identity and Access Management) is how you control who can do what in your AWS account. It is free, global (not tied to a Region), and built from four…

  5. 5

    Security, Identity & Compliance Services

    AWS has a crowded shelf of security services, and the CLF-C02 exam loves to test whether you can tell the look-alikes apart.

  6. 6

    Amazon EC2 — Instances & Purchasing Options

    Amazon EC2 gives you virtual servers (instances) that you can buy in several ways, and the exam loves to test which pricing model fits a given workload.

  7. 7

    VPC & Networking Fundamentals

    A VPC (Virtual Private Cloud) is your own private network inside AWS, split into subnets across Availability Zones.

  8. 8

    Amazon Route 53 — DNS & Routing

    Amazon Route 53 is AWS's managed DNS (Domain Name System) service — it turns human-friendly names like example.com into the IP addresses computers use, and it…

  9. 9

    Amazon CloudFront — CDN & Edge Delivery

    Amazon CloudFront is AWS's content delivery network (CDN): it caches copies of your content at hundreds of edge locations close to users, so requests travel a…

  10. 10

    Amazon S3 — Object Storage

    Amazon S3 is object storage: you put whole files ("objects") into "buckets" and reach them over the internet, not as a disk attached to a server.

  11. 11

    Amazon RDS — Managed Relational Databases

    Amazon RDS is a managed service for traditional relational (SQL) databases, so AWS handles patching, backups, and the underlying servers while you keep control…

  12. 12

    Amazon DynamoDB — Managed NoSQL

    Amazon DynamoDB is a fully managed, serverless NoSQL key-value database that gives you single-digit-millisecond response times at any scale.

  13. 13

    Amazon CloudWatch — Monitoring & Observability

    Amazon CloudWatch is the AWS service that watches how your resources are performing — it collects metrics (numbers like CPU usage), stores logs, raises alarms,…

  14. 14

    AWS CloudTrail — Auditing & API Logging

    AWS CloudTrail is your audit log: it records the API calls and actions taken in your account — who did what , when , and from where .

  15. 15

    AWS Organizations & Multi-Account Governance

    AWS Organizations lets you centrally manage many AWS accounts under one roof, share a single bill, and apply guardrails.

  16. 16

    Billing, Pricing, Cost Management & Support

    This topic is mostly about picking the right tool for the right job and knowing what each Support plan includes.