0% found this document useful (0 votes)
3 views19 pages

Complete Learning Guide

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views19 pages

Complete Learning Guide

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Complete Learning Guide


Tech & Cloud Certification Roadmap

7 Topics • ~20 Months • Industry-Recognized Certifications

1 2 3 4 5 6 7
Meta Back-End AZ-900 SC-900 Microservices Google PM PSM I AWS CCP

7 ~20 5+ 100%
Topics Months Certs Practical

Structured Learning Path • From Fundamentals to Cloud Expert


■ Table of Contents
# Topic Certification Duration

1 Tech Fundamentals Meta Back-End Developer ~8 months

2 Azure Core AZ-900 (Microsoft) ~3 months

3 Azure Security SC-900 (Whizlabs) ~2 months

4 System Design Microservices Architecture (Packt) ~2 months

5 Project Management Google PM Certificate ~3 months

6 Agile / Scrum Scrum Master PSM I (SkillUp) ~1 month

7 AWS Bonus AWS Cloud Practitioner (KodeKloud) ~2 months

Study in order: each topic builds on the previous. Allocate dedicated daily time slots and track progress
■ PRO TIP
weekly. Hands-on labs are as important as theory — never skip them!

Complete Learning Guide • Page 2


■■ Topic 1 — Tech Fundamentals
Meta Back-End Developer Professional Certificate

Platform Coursera — Meta (Facebook)

Duration ~8 months (10–12 hrs/week)

Courses 9 courses in the Professional Certificate

Credential Meta Back-End Developer Professional Certificate

Prerequisite Basic computer literacy; no programming experience needed

Outcome Job-ready back-end developer skills, portfolio projects, interview prep

What You Will Learn


• Python programming — syntax, OOP, data structures, algorithms
• Version control with Git & GitHub — branching, PRs, CI workflows
• Introduction to Databases — SQL, relational design, normalization
• Django Web Framework — MVT pattern, REST APIs, authentication
• APIs — RESTful design principles, JSON, HTTP methods, status codes
• Linux & Bash — file system, permissions, scripting basics
• Cloud fundamentals — deployment concepts, containers intro
• Data Structures & Algorithms — essential for technical interviews
• Capstone project — full back-end application from design to deployment

Month-by-Month Study Plan


Week Topics Covered Key Activities Goal

M1 Python Basics, Variables, Loops, Code exercises daily; solve 2 Comfortable with Python syntax
Functions LeetCode Easy/week

M2 OOP, File I/O, Error Handling, Git Build a CLI task manager; commit Own a GitHub profile with projects
Basics daily to GitHub

M3 Linux CLI, Bash Scripting, SSH into a server; automate tasks Navigate Linux confidently
Networking basics with scripts

M4 Databases & SQL — SELECT, Design a 5-table schema; write 50 Pass SQL quizzes on
JOIN, indexes, design SQL queries HackerRank

M5 Django — models, views, Build a blog API with CRUD Working REST API in Django
templates, admin, ORM operations

M6 REST API design, authentication Add auth to blog; write unit & Secure, tested API
(JWT/OAuth), testing integration tests

Complete Learning Guide • Page 3


M7 Docker basics, deployment, cloud Dockerize your app; deploy to a Live deployed project
intro, security free cloud service

M8 Capstone project, portfolio polish, Complete capstone; prep 50 Certificate + ready for interviews
interview prep common interview Q&A;

Core Technologies & Tools


<b>Category</b> <b>Technologies</b> <b>Depth</b>

Language Python 3.x Deep — primary language

Framework Django, Django REST Framework Deep — build full projects

Database MySQL, PostgreSQL, SQLite Intermediate — design & query

Version Control Git, GitHub Deep — daily workflow

OS / CLI Linux (Ubuntu), Bash Intermediate — navigation & scripts

API Tools Postman, curl, Swagger Intermediate — test & document APIs

Container Docker (intro) Basic — run & build images

Testing unittest, pytest Intermediate — TDD basics

Recommended Resources
Resource Type Focus Priority

Coursera — Meta Professional Course Full curriculum, videos, labs PRIMARY


Cert

[Link] Official Tutorial Docs Language deep dive HIGH

Django Docs Docs Framework reference HIGH


([Link])

LeetCode / HackerRank Practice DSA & SQL problem solving HIGH

GitHub Learning Lab Lab Git workflows hands-on MEDIUM

[Link] Blog Django + testing tutorials MEDIUM

Real Python ([Link]) Blog In-depth Python articles MEDIUM

Build at least 3 projects: a REST API, a database-backed web app, and a CLI tool. Recruiters judge GitHub
■ PRO TIP
activity — commit code every single day.

Complete Learning Guide • Page 4


■■ Topic 2 — Azure Core
Microsoft Azure Fundamentals — AZ-900

Exam Code AZ-900

Provider Microsoft — Microsoft Learn (free) + optional Whizlabs

Duration ~3 months (8–10 hrs/week)

Exam Format 40–60 questions; multiple choice, drag-and-drop, case studies

Passing Score 700 / 1000

Validity Lifetime (no renewal required)

Exam Cost ~$165 USD (discounts available via Microsoft Learn)

Outcome Foundation for all Azure certifications; widely recognized by employers

Exam Domain Breakdown

<b>Domain</b> <b>Weight</b> <b>Key Topics</b>

Cloud Concepts 25–30% IaaS, PaaS, SaaS, CapEx vs OpEx, shared responsibility, high availability

Azure Architecture & Services 35–40% Regions, AZs, resource groups, VMs, containers, storage, networking, databases

Azure Management & Governance 30–35% Cost management, Azure Policy, RBAC, Azure Monitor, Advisor, Blueprints

Month-by-Month Study Plan


Week Topics Covered Key Activities Goal

M1 Cloud Concepts — Read MS Learn module; take 50 Explain cloud concepts without
IaaS/PaaS/SaaS, CapEx/OpEx, practice Qs; free Azure sandbox notes
cloud models

M2 Azure Services — compute, Create VMs, Blob storage, VNet Hands-on with 10+ Azure services
storage, networking, databases, in Azure free tier; Whizlabs labs
identity

M3 Governance, compliance, cost Score 85%+ on 3 full practice Pass AZ-900 exam
tools; exam cram & practice tests exams; review weak areas daily

Key Azure Services to Know


Compute Azure VMs, App Service, Azure Functions, Container Instances, AKS

Storage Blob, Files, Queue, Table, Disk Storage, Data Lake

Complete Learning Guide • Page 5


Networking VNet, Subnets, NSG, Load Balancer, VPN Gateway, ExpressRoute, CDN

Databases Azure SQL, Cosmos DB, MySQL, PostgreSQL, Cache for Redis

Identity Azure Active Directory, MFA, Conditional Access, RBAC

AI/ML Cognitive Services, Azure ML Studio, Bot Service

DevOps Azure DevOps, GitHub Actions integration, Azure Pipelines

Monitoring Azure Monitor, Log Analytics, Application Insights, Azure Advisor

Governance Azure Policy, Blueprints, Management Groups, Cost Management

Recommended Resources
Resource Type Focus Priority

Microsoft Learn — AZ-900 Free Course Official curriculum + sandboxes PRIMARY


Path

Whizlabs AZ-900 Practice Practice 1000+ questions with HIGH


Tests explanations

John Savill's AZ-900 Study YouTube 4-hr comprehensive review HIGH


Cram

ExamTopics AZ-900 Practice Community exam questions MEDIUM

Adam Marczak — Azure for YouTube Concept explanations with demos MEDIUM
Everyone

Azure Free Account (12 Lab Hands-on with real Azure services HIGH
months)

Use the free Azure sandbox on Microsoft Learn — no credit card needed. Score 85%+ on Whizlabs practice
■ PRO TIP tests before booking the real exam. Understand the shared responsibility model deeply — it appears
frequently.

Complete Learning Guide • Page 6


■ Topic 3 — Azure Security
Microsoft Security, Compliance & Identity — SC-900

Exam Code SC-900

Provider Microsoft — Whizlabs prep recommended

Duration ~2 months (8–10 hrs/week)

Exam Format 40–60 questions; multiple choice, true/false, matching

Passing Score 700 / 1000

Prerequisite AZ-900 recommended but not required

Exam Cost ~$165 USD

Outcome Security fundamentals credential; stepping stone to SC-200, SC-300, SC-400

Exam Domain Breakdown

<b>Domain</b> <b>Weight</b><b>Key Topics</b>

Security, Compliance & Identity Concepts 10–15% Zero Trust, defense in depth, shared responsibility, encryption types, MFA

Microsoft Identity & Access Solutions 25–30% Azure AD, SSPR, Conditional Access, RBAC, Privileged Identity Management (PIM)

Microsoft Security Solutions 35–40% Defender for Cloud, Sentinel, Intune, DDoS Protection, Firewall, Key Vault

Microsoft Compliance Solutions 20–25% Purview, Compliance Manager, Information Protection, Insider Risk, eDiscovery

Month-by-Month Study Plan


Week Topics Covered Key Activities Goal

M1 Security concepts, Zero Trust, MS Learn path; create Azure AD Understand identity fundamentals
Azure AD, Identity & Access tenant; configure MFA,
Management Conditional Access

M2 Defender products, Sentinel, Score 85%+ on Whizlabs; review Pass SC-900 exam
Compliance tools; practice tests & Microsoft Purview & Key Vault
exam demos

Critical Security Concepts


• Zero Trust Model — Never trust, always verify. Three principles: verify explicitly, least privilege access, assume
breach
• Defense in Depth — Layered security (physical, identity, perimeter, network, compute, application, data)
• Encryption — At rest vs in transit; symmetric vs asymmetric; Azure Key Vault for key management

Complete Learning Guide • Page 7


• Azure Active Directory — Cloud identity provider; supports SSO, B2B, B2C, External Identities
• Conditional Access — Policy-based access control; signals include user, location, device, app, risk
• Privileged Identity Management (PIM) — Just-in-time privileged access; time-limited roles
• Microsoft Defender for Cloud — Unified security management; threat protection; Secure Score
• Microsoft Sentinel — Cloud-native SIEM + SOAR; AI-driven threat detection and response
• Microsoft Purview — Data governance, compliance, information protection across Microsoft 365
• Azure DDoS Protection — Standard tier adds always-on monitoring, adaptive tuning, attack analytics

Recommended Resources
Resource Type Focus Priority

Microsoft Learn — SC-900 Free Course Official modules + sandboxes PRIMARY


Path

Whizlabs SC-900 Practice Practice 700+ questions with explanations HIGH


Tests

Microsoft SC-900 Study Guide PDF Official study guide from MS HIGH

John Savill's SC-900 Cram YouTube Comprehensive study session HIGH

Microsoft Security Blog Blog Stay current on security features MEDIUM

Many SC-900 questions test your ability to match Microsoft tools to scenarios. Learn WHAT each product
■ PRO TIP does, not just its name. Defender = protection, Sentinel = SIEM/SOAR, Purview = compliance. Know these
cold.

Complete Learning Guide • Page 8


■■ Topic 4 — System Design
Microservices Architecture — Packt Publishing

Provider Packt Publishing (book + video courses on Packt / O'Reilly)

Duration ~2 months (10+ hrs/week)

Format Self-paced; combination of book chapters and hands-on projects

Key Book 'Microservices Patterns' by Chris Richardson; 'Building Microservices' by Sam Newman

Prerequisite Back-end development experience (Topic 1 recommended)

Outcome Ability to design, build, and communicate scalable microservices architectures

Core Topics to Master


• Monolith vs Microservices — Trade-offs, when to use each, decomposition strategies (domain, subdomain,
bounded context)
• API Gateway Pattern — Single entry point, routing, auth, rate limiting, aggregation (Kong, AWS API Gateway,
Nginx)
• Service Communication — Synchronous (REST, gRPC) vs Asynchronous (message queues: Kafka, RabbitMQ,
Azure Service Bus)
• Service Discovery — Client-side (Eureka) vs server-side; load balancing; health checks
• Data Management — Database per service, CQRS (Command Query Responsibility Segregation), Event
Sourcing, Sagas
• Containerization — Docker: images, containers, Dockerfile, Docker Compose for multi-service local dev
• Orchestration — Kubernetes basics: pods, services, deployments, ingress, ConfigMaps, Secrets, namespaces
• Resilience Patterns — Circuit breaker (Resilience4j), retry, timeout, bulkhead, fallback patterns
• Observability — Distributed tracing (Jaeger/Zipkin), centralized logging (ELK stack), metrics (Prometheus +
Grafana)
• Security — OAuth 2.0 / JWT between services, mutual TLS (mTLS), secrets management
• CI/CD for Microservices — Independent deployments, blue-green, canary, rolling updates
• Event-Driven Architecture — Event streaming, Kafka topics, partitions, consumer groups, exactly-once
semantics

Month-by-Month Study Plan


Week Topics Covered Key Activities Goal

M1 Fundamentals: monolith Convert a monolith project to 3 3 communicating services running


decomposition, API design, microservices; Dockerize each; locally
Docker, REST vs gRPC use Docker Compose

Complete Learning Guide • Page 9


M2 Advanced: Kafka messaging, Add Kafka event bus; deploy to Production-like microservices
Kubernetes, resilience patterns, Kubernetes (minikube); add system
observability, CI/CD Prometheus + Grafana

System Design Interview Frameworks

<b>Step</b> <b>What to Do</b> <b>Time (45 min interview)</b>

1 — Clarify Ask about scale, users, read/write ratio, latency requirements 2–3 min

2 — Estimate Back-of-envelope: QPS, storage, bandwidth, memory needs 3–5 min

3 — High-level Draw major components: clients, API gateway, services, DB, cache,5–8
CDNmin

4 — Deep dive Discuss DB choice, data model, API contracts, caching strategy 15–20 min

5 — Scale Horizontal scaling, sharding, replication, CDN, async processing 5–8 min

6 — Trade-offs Discuss CAP theorem, consistency vs availability, SQL vs NoSQL choices


2–5 min

Recommended Resources
Resource Type Focus Priority

'Microservices Patterns' — Book Definitive patterns reference PRIMARY


Chris Richardson

'Building Microservices' — Book Architecture philosophy & practice PRIMARY


Sam Newman

Packt Microservices Video Video Step-by-step implementation HIGH


Course

ByteByteGo (Alex Xu) YouTube System design visual HIGH


explanations

System Design Primer Resource Open-source study guide with HIGH


(GitHub) diagrams

Kubernetes Official Docs Docs k8s concepts, tutorials MEDIUM

Kafka Documentation Docs Event streaming deep dive MEDIUM


([Link])

Draw every architecture you study. Practice whiteboard system design for 30 minutes daily. Master Docker
■ PRO TIP before Kubernetes. Understand CAP theorem — interviewers love it. Build a portfolio project with 3+
microservices communicating via Kafka.

Complete Learning Guide • Page 10


■ Topic 5 — Project Management
Google Project Management Professional Certificate — Coursera

Platform Coursera — Google Career Certificates

Duration ~3 months (10 hrs/week); self-paced

Courses 6 courses in the certificate program

Credential Google Project Management Certificate (industry-recognized)

Prerequisite No prior PM experience required

Outcome Job-ready for entry-level PM, coordinator, associate PM roles; prep for PMP/CAPM

6-Course Curriculum Breakdown

<b>No.</b>
<b>Course</b> <b>What You Learn</b>

1 Foundations of PM PM role, project lifecycle, organizational structures, career paths

2 Project Initiation Defining scope, goals, deliverables; stakeholder analysis; project charter

3 Project Planning WBS, Gantt charts, budgets, risk management, procurement, communication plans

4 Project Execution Managing teams, tracking progress, quality management, continuous improvement

5 Agile Project Management Agile vs Waterfall, Scrum framework, sprints, Kanban, hybrid approaches

6 Capstone: Applying PM Real-world project scenario applying all learned skills end-to-end

Key PM Tools & Frameworks to Master


• Project Charter — Formal authorization document; includes goals, scope, budget, timeline, stakeholders
• Work Breakdown Structure (WBS) — Decompose project into manageable tasks; foundation for scheduling
• RACI Matrix — Responsible, Accountable, Consulted, Informed; clarify roles for all tasks
• Gantt Chart — Visual timeline of tasks, dependencies, milestones (tools: Asana, Smartsheet, MS Project)
• Risk Register — Identify risks, probability, impact, mitigation strategies, owner
• SMART Goals — Specific, Measurable, Achievable, Relevant, Time-bound goal setting
• Stakeholder Analysis — Power/interest grid; communication strategies per stakeholder group
• Critical Path Method — Longest path of dependent tasks; determines minimum project duration
• Earned Value Management (EVM) — SPI, CPI metrics to measure schedule and cost performance
• OKRs — Objectives and Key Results; align team work to organizational goals (used by Google)
• Retrospectives — Structured team reflection: what went well, what didn't, what to improve

Month-by-Month Study Plan

Complete Learning Guide • Page 11


Week Topics Covered Key Activities Goal

M1 Foundations, Initiation — PM Complete courses 1 & 2; create a Articulate PM fundamentals


lifecycle, stakeholders, charter, mock project charter for a clearly
scope definition personal project

M2 Planning & Execution — WBS, Complete courses 3 & 4; build a Complete project plan with risk
risk, budget, team management, full project plan for a real/mock register
quality project

M3 Agile PM + Capstone — Complete courses 5 & 6; apply Certificate + PM portfolio piece


Scrum/Kanban, hybrid, capstone Agile to a personal or team project
project

Recommended Resources
Resource Type Focus Priority

Coursera — Google PM Course Full 6-course program PRIMARY


Certificate

'A Guide to the PMBOK' — Book Industry-standard PM reference HIGH


PMI

Asana / Trello / Jira Tool Practice PM tools hands-on HIGH

PM PrepCast (podcast) Podcast Daily PM concepts and scenarios MEDIUM

[Link] Community Templates, articles, forums MEDIUM

Atlassian Agile Coach Website Agile, Scrum, Kanban deep dives MEDIUM

Practice creating PM artifacts for EVERY project in your life — home projects count. Google PM Certificate
■ PRO TIP is highly valued at tech companies. Pair this with PSM I (Topic 6) to cover both Waterfall and Agile
thoroughly.

Complete Learning Guide • Page 12


■ Topic 6 — Agile / Scrum
Professional Scrum Master I (PSM I) — [Link] via SkillUp

Certification PSM I — Professional Scrum Master Level I ([Link])

Prep Platform SkillUp Online + [Link] Open Assessments (free)

Duration ~1 month intensive (10–15 hrs/week)

Exam Format 80 questions; 60 minutes; multiple choice & true/false; online, open-book

Passing Score 85% (68/80 questions correct)

Validity Lifetime — no renewal required

Exam Cost $200 USD ([Link])

Outcome Globally recognized Scrum Master certification; foundation for PSM II

The Scrum Framework — Complete Reference

<b>Element</b> <b>Details</b>

VALUES (5) Commitment, Courage, Focus, Openness, Respect — foundation of Scrum culture

ACCOUNTABILITIES (3) Product Owner (maximizes value), Scrum Master (servant-leader, removes impediments), Developers (cross-functional

EVENTS (5) Sprint (1–4 wks, fixed timebox), Sprint Planning (8 hrs for 1-mo sprint), Daily Scrum (15 min, same time/place), Sprint R

ARTIFACTS (3) Product Backlog (ordered list of all needed work), Sprint Backlog (selected PBI + Sprint Goal plan), Increment (sum of a

COMMITMENTS (3) Product Goal (long-term objective for Product Backlog), Sprint Goal (objective for Sprint), Definition of Done (quality sta

Scrum Master Key Responsibilities


• Serving the Scrum Team — Coach team in self-management; ensure all events are productive and time-boxed
• Serving the Product Owner — Help with Product Backlog management; facilitate stakeholder collaboration
• Serving the Organization — Lead, train, coach in Scrum adoption; remove barriers between stakeholders and
teams
• Facilitating Events — Sprint Planning, Daily Scrum, Review, Retrospective — without dominating them
• Removing Impediments — Identify and eliminate blockers quickly; escalate when needed
• Protecting the Team — Shield from interruptions; prevent scope creep mid-Sprint
• NOT a traditional manager — Does not assign tasks, manage performance, or make technical decisions

Week-by-Week Study Plan (1 Month)


Week Topics Covered Key Activities Goal

Complete Learning Guide • Page 13


W1 Read Scrum Guide 2020 (free, 13 Read Scrum Guide 3x; take Memorize all Scrum elements
pages); Scrum Theory; [Link] Open Assessment
Empiricism (transparency, daily; score 100% on Scrum Open
inspection, adaptation)

W2 SkillUp PSM I course; Scrum SkillUp videos & quizzes; 85%+ on all practice sets
accountabilities, events, artifacts ML-Scrum practice set; 50
in depth; edge cases practice Qs per day

W3 Advanced scenarios — Mplaza + Volkerdon PSM I 90%+ on full-length tests


impediments, stakeholder practice tests; focus on
conflicts, Definition of Done, scenario-based questions
PO/Dev conflicts

W4 Exam cram — weak areas only; Final 3 mock exams; score 90%+ Pass PSM I (85%+ required)
revision of Scrum Guide; take the consistently; book & sit the exam
PSM I exam

Recommended Resources
Resource Type Focus Priority

Scrum Guide 2020 Guide The ONLY official Scrum PRIMARY


([Link]) reference

[Link] Open Assessment Practice Official free practice questions PRIMARY


(free)

SkillUp PSM I Course Course Structured prep with practice tests HIGH

Volkerdon PSM I Practice Practice Scenario-based, exam-style HIGH


Tests questions

Mplaza PSM I Simulator Practice Large question bank HIGH

'Scrum: The Art of Doing Book Scrum philosophy from co-creator MEDIUM
Twice the Work' — Jeff
Sutherland

Read the Scrum Guide 2020 — NOT the old 2017 version. [Link] exams test the GUIDE, not
■ PRO TIP interpretations. 85% pass mark is strict — aim for 90%+ on practice tests before booking. Scenario
questions test 'what would the Scrum Master do?' — always choose the servant-leader response.

Complete Learning Guide • Page 14


■■ Topic 7 — AWS Bonus
AWS Certified Cloud Practitioner (CLF-C02) — KodeKloud

Exam Code CLF-C02 (updated 2023 version)

Prep Platform KodeKloud AWS Cloud Practitioner course

Duration ~2 months (8–10 hrs/week)

Exam Format 65 questions; 90 minutes; multiple choice & multiple response

Passing Score 700 / 1000

Validity 3 years; renewal via re-certification or higher exam

Exam Cost $100 USD

Outcome Entry-level AWS credential; multi-cloud profile with AZ-900 + CCP

Exam Domain Breakdown (CLF-C02)

<b>Domain</b> <b>Weight</b>
<b>Key Topics</b>

Cloud Concepts 24% AWS value proposition, cloud economics, migration strategies (6 Rs), Well-Architected Frame

Security & Compliance 30% Shared responsibility, IAM, MFA, AWS Organizations, Artifact, Shield, WAF, GuardDuty

Cloud Technology & Services 34% EC2, S3, RDS, Lambda, VPC, CloudFront, Route 53, ECS, EKS, DynamoDB, SNS, SQS, Cl

Billing, Pricing & Support 12% Pricing models, Cost Explorer, Budgets, Trusted Advisor, support plans (Basic to Enterprise)

Must-Know AWS Services (50+ Services)


Compute EC2 (VMs), Lambda (serverless), ECS (containers), EKS (Kubernetes), Fargate (serverless containers), Elastic Beanstalk (PaaS), Ligh

Storage S3 (object), EBS (block), EFS (file), S3 Glacier (archive), Storage Gateway, AWS Backup

Database RDS (relational: MySQL, PostgreSQL, Oracle), Aurora, DynamoDB (NoSQL), ElastiCache (Redis/Memcached), Redshift (data wareho

Networking VPC, Subnets, Security Groups, NACLs, Route 53 (DNS), CloudFront (CDN), API Gateway, Direct Connect, VPN, Elastic Load Balanc

Security IAM, KMS, Secrets Manager, Certificate Manager, Shield, WAF, GuardDuty, Inspector, Macie, Security Hub, CloudTrail

Monitoring CloudWatch (metrics/logs/alarms), CloudTrail (API audit), Config (compliance), X-Ray (tracing), Trusted Advisor

Integration SQS (queue), SNS (notifications), EventBridge, Step Functions, SES (email)

AI/ML Rekognition, Comprehend, Transcribe, Polly, Translate, Lex, SageMaker, Bedrock

DevOps CodeCommit, CodeBuild, CodeDeploy, CodePipeline, CloudFormation (IaC), CDK, SAM

Management Organizations, Control Tower, SSO, Service Catalog, Systems Manager, OpsWorks

Complete Learning Guide • Page 15


AWS Well-Architected Framework — 6 Pillars

<b>Pillar</b> <b>Focus</b>

Operational Excellence Run and monitor systems, continually improve processes and procedures

Security Protect information, systems, and assets using risk assessments and mitigation

Reliability Recover from infrastructure/service disruptions; dynamically acquire resources

Performance Efficiency Use computing resources efficiently as demand changes and technologies evolve

Cost Optimization Avoid unneeded costs; understand spending; eliminate waste

Sustainability Minimize environmental impact of running cloud workloads (added in 2021)

Month-by-Month Study Plan


Week Topics Covered Key Activities Goal

M1 Cloud concepts, AWS global KodeKloud course modules; AWS Hands-on with 15+ AWS services
infrastructure, core services (EC2, free tier hands-on: launch EC2,
S3, RDS, VPC, IAM, Lambda) create S3 bucket, set up VPC

M2 Security, billing, support, Score 85%+ on ExamTopics + Pass CLF-C02 exam


Well-Architected; practice tests & KodeKloud practice; review weak
exam service knowledge

Recommended Resources
Resource Type Focus Priority

KodeKloud AWS CCP Course Course Full course + labs + practice tests PRIMARY

AWS Free Tier Lab Hands-on with real AWS (12 HIGH
([Link]) months)

Stephane Maarek — Udemy Course Industry-leading prep course HIGH


CCP

ExamTopics CLF-C02 Practice Real exam-style questions HIGH

AWS Skill Builder (free) Platform Official labs and digital training HIGH

'AWS Certified Cloud Book Sybex official study guide MEDIUM


Practitioner Study Guide'

TutorialsDojo CLF-C02 Cheat Resource Condensed service summaries MEDIUM


Sheets

Complete Learning Guide • Page 16


Compare AWS vs Azure services as you study — reinforces both certs. AWS free tier gives you 12 months
of hands-on access. Domain 3 (Technology & Services) has the most questions — master EC2, S3, RDS,
■ PRO TIP
Lambda, VPC cold. The shared responsibility model appears in BOTH AZ-900 and CCP — know it inside
out.

Complete Learning Guide • Page 17


■■ Master Learning Roadmap & Summary
Complete Timeline Overview

<b>#</b>
<b>Topic</b> <b>Cert / Course</b> <b>Duration</b>
<b>Cumulative</b>
<b>Priority</b>

1 Tech Fundamentals Meta Back-End Developer 8 months Month 8 CRITICAL

2 Azure Core AZ-900 (Microsoft) 3 months Month 11 HIGH

3 Azure Security SC-900 (Microsoft) 2 months Month 13 HIGH

4 System Design Microservices Architecture (Packt) 2 months Month 15 HIGH

5 Project Management Google PM Certificate 3 months Month 18 HIGH

6 Agile / Scrum PSM I ([Link] via SkillUp) 1 month Month 19 HIGH

7 AWS Bonus AWS Cloud Practitioner (KodeKloud) 2 months Month 21 BONUS

Daily Study Schedule Template

<b>Time Block</b> <b>Activity</b> <b>Duration</b>

Morning (6–7 AM) Read / watch course content — new concepts only 60 min

Lunch (12–12:30 PM) Quick review: flashcards, quizzes, or re-read notes 30 min

Evening (7–9 PM) Hands-on lab, practice questions, or project work 90 min

Before bed Review 5 key concepts from today; update study notes 15 min

Top 10 Success Principles

<b>#</b>
<b>Principle</b> <b>How to Apply</b>

1 Consistency over intensity 30–60 min daily beats 10-hr weekend cramming. Build a streak — don't break it.

2 Hands-on always Never just read about a service — create it. Theory without labs is forgotten in 48 hours.

3 Practice tests are mandatory Score 85%+ on 3 full practice exams BEFORE booking any real certification exam.

4 Take notes by hand Physical writing encodes memory far better than copy-pasting. One notebook per topic.

5 Teach what you learn Explain concepts to others (or write blog posts). If you can't teach it, you don't know it.

6 Build your GitHub Every project goes on GitHub. Recruiters and ATS systems check it. Commit daily.

7 Join communities Reddit (r/learnprogramming, r/aws, r/azure), Discord study groups, LinkedIn. Ask questions.

8 Track weak areas When you miss a practice question, add it to a 'Review List'. Revisit weekly.

Complete Learning Guide • Page 18


9 Rest and review Take one day off per week. Your brain consolidates during sleep. Don't skip rest days.

10 Stack your certifications AZ-900 → SC-900 → AZ-104; CCP → SAA-C03. Each cert compounds your market value.

You are building a rare combination: Full-stack development skills + dual cloud expertise (Azure & AWS) +
Security fundamentals + System design + Project management + Agile leadership. This stack is valued at
$80K–$150K+ in the job market. Stay consistent, stay curious, and celebrate every milestone. The journey of
~20 months will transform your career. Start today.

Complete Learning Guide • Page 19

You might also like