From Study to Passed: My AWS Cloud Practitioner Journey

6 min de lectura
AWSCertifications

Now that I am back to working full-time on AWS, it felt like the perfect moment to bring this post to life and share these foundational insights as my very 1st blog post. Whether you are just starting off or looking to solidify your understanding, the idea of this post is to give you a clear roadmap to success on the AWS Certified Cloud Practitioner exam.

Why I Took the Exam

The AWS Certified Cloud Practitioner validates a foundational, high-level understanding of the AWS Cloud, its services, and its terminology. It gives you a clear mental model of how modern cloud infrastructure is organized. For anyone switching to a cloud career or looking for foundational cloud literacy, this is the perfect launching pad.

Study Resources: The Gold Standard

When you are starting from zero, you need a guide who breaks down complex architectures without drowning you in jargon.

  • The Primary Source: Stéphane Maarek's course is the absolute gold standard for cloud newbies (like me 😄).
  • The Magic Sauce: Do not just skim the slides. The hands-on labs are where the concepts finally click into place. Building things yourself makes the knowledge stick.
  • The Final Check: Pair the course with practice exams to simulate the actual testing environment. Do them early and often.

⚠️ Important Disclaimer: I took this certification exam in January of 2024. Because AWS evolves rapidly, please treat my notes and the covered topics below as a foundational reference point. I highly recommend revising up-to-date AWS materials alongside this guide to catch any recent service updates or blueprint changes (Maarek's course is updated as necessary, so you're good to go there).

💡 Bonus Resource: I compiled comprehensive, chapter-by-chapter study notes mapping directly to the exam domains. You can clone or browse them in my AWS Cloud Practitioner Certification Notes Repository on GitHub.


Key Evaluated Concepts

To pass the exam, you need to understand how the core building blocks interact. Here is the breakdown of what is heavily evaluated:

Identity & Access Management (IAM)

  • Backbone of Security: Handles users, groups, roles, and credential management.
  • Least-Privilege Principle: Users receive strictly the bare minimum access required to do their job.
  • IAM Roles: Perfect for granting temporary permissions to services rather than sharing long-term keys.

Compute: EC2 & Beyond

  • Amazon EC2: Gives you raw, highly customizable virtual machines.
  • AWS Lambda: Serverless compute that runs code only when triggered, charging zero for idle time.
  • Amazon ECS / AWS Fargate: Container orchestration platforms built to deploy microservices.
  • AWS Elastic Beanstalk: A managed Platform-as-a-Service (PaaS) for quick application deployment.

Storage: S3, EBS, EFS

  • Amazon S3: Object storage, virtually unlimited capacity, and accessible from anywhere on the web.
  • Amazon EBS: Block storage volumes mounted natively onto a single EC2 instance.
  • Amazon EFS: A shared file system that can be simultaneously mounted across hundreds of instances.

Networking: VPCs, Subnets & Firewalls

  • Amazon VPC: Your isolated private network bubble inside the AWS Cloud.
  • Public vs Private: Public subnets connect to the internet via an Internet Gateway; private subnets rely on a NAT Gateway.
  • Security Groups: Stateful, instance-level firewalls monitoring incoming and outgoing traffic.

The Well-Architected Framework

The exam heavily tests your ability to match everyday scenarios to the Six Pillars of Excellence:

  1. Operational Excellence: Running and monitoring systems effectively.
  2. Security: Protecting data, systems, and assets.
  3. Reliability: Recovering quickly from infrastructure disruptions.
  4. Performance Efficiency: Using computing resources efficiently.
  5. Cost Optimization: Eliminating unneeded or underutilized expenses.
  6. Sustainability: Minimizing the environmental impacts of cloud workloads.

Result & Execution Strategy

If you tackle the video material, execute the hands-on labs, and review the practice exams thoughtfully, you can absolutely clear this on your first attempt. Use active learning rather than passive reading. Tackle mock exams early to identify your blind spots.

Enjoy your cloud journey, and don't forget to star the GitHub Notes Repository if it helps you study!