<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Shown Shaiju — Cloud & DevOps Engineer]]></title><description><![CDATA[Cloud and DevOps engineer writing about AWS, Kubernetes, SRE, and the honest path from student to engineer. No bootcamp. No mentor. Just the real work.]]></description><link>https://blog.shownshaiju.me</link><image><url>https://cdn.hashnode.com/uploads/logos/69c0441bd9da55a9a5d156c1/54355413-22d6-49f7-bf28-3484b79c3909.png</url><title>Shown Shaiju — Cloud &amp; DevOps Engineer</title><link>https://blog.shownshaiju.me</link></image><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 20:45:52 GMT</lastBuildDate><atom:link href="https://blog.shownshaiju.me/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[How I Passed AWS SAA-C03 in 3 Weeks With No Course or Mentor]]></title><description><![CDATA[I Passed AWS SAA-C03 in 3 Weeks. No Course. No Mentor. Here's Exactly How.
And yes — the notes are free.

Let me be upfront about what this post is and isn't.
This is not a "10 tips to pass AWS SAA" p]]></description><link>https://blog.shownshaiju.me/how-i-passed-aws-saa-c03-in-3-weeks-with-no-course-or-mentor</link><guid isPermaLink="true">https://blog.shownshaiju.me/how-i-passed-aws-saa-c03-in-3-weeks-with-no-course-or-mentor</guid><category><![CDATA[AWS]]></category><category><![CDATA[AWS Certified Solutions Architect Associate]]></category><category><![CDATA[Cloud Computing]]></category><category><![CDATA[Cloud]]></category><category><![CDATA[Devops]]></category><category><![CDATA[Career]]></category><category><![CDATA[Beginner Developers]]></category><dc:creator><![CDATA[Shown Shaiju]]></dc:creator><pubDate>Sun, 22 Mar 2026 22:44:51 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/69c0441bd9da55a9a5d156c1/8c94ad14-ebe4-4745-9124-cc007c03d5ed.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1>I Passed AWS SAA-C03 in 3 Weeks. No Course. No Mentor. Here's Exactly How.</h1>
<p><em>And yes — the notes are free.</em></p>
<hr />
<p>Let me be upfront about what this post is and isn't.</p>
<p>This is <strong>not</strong> a "10 tips to pass AWS SAA" post written by someone who used three paid courses and a study partner. This is a first-person account of how I — a final-year MCA student from Kerala with no cloud background, no mentor, and no paid resources — passed the AWS Solutions Architect Associate exam.</p>
<p>Everything I used is free. Everything I did is repeatable. And I'm writing this because when I was preparing, I couldn't find a single guide that was actually honest about the process.</p>
<hr />
<h2>Why I Even Did This</h2>
<p>I want to be clear about something upfront: <strong>I wasn't studying for the exam. I was studying to understand AWS.</strong> The exam was just the first checkpoint I set for myself on the way to becoming job-ready as a Cloud or SRE engineer.</p>
<p>That framing matters. It changed everything about how I prepared.</p>
<p>As for the timeline — I'll be honest. I booked the exam on February 13th because there was a 25% discount and a free retry offer that expired February 15th. I was tight on money and it was too good to pass up. So I booked it, which meant I had a hard deadline whether I wanted one or not.</p>
<p>Looking back, that was the single most right decision I made in that entire period. The deadline turned me into a more disciplined person than I'd ever been. Deadlines are underrated.</p>
<hr />
<h2>The Method — And Why It's Different</h2>
<p>Most people preparing for SAA do one of two things: watch a full Udemy course from start to finish, or grind practice tests until they recognize answer patterns. I did neither.</p>
<p>I opened a ChatGPT project — I called it <em>"career"</em> — and I explicitly told it:</p>
<blockquote>
<p><em>"My goal is not to pass an exam. My goal is to be production-level job-ready. Teach me AWS the way a real engineer needs to understand it."</em></p>
</blockquote>
<p>That single instruction changed the quality of every conversation that followed.</p>
<p>Then I started from EC2 and worked through each service systematically. As I read and learned, I typed out questions in real time — whatever came to mind, whatever confused me. The key rule I set for myself: <strong>a question stays in the chat even if it gets answered three messages later.</strong> Those questions were my actual thought process made visible. They forced me to articulate what I didn't understand instead of skimming past it.</p>
<p>This became the notes repo you can see on my GitHub: <a href="https://github.com/ShownShaiju/aws-learning">github.com/ShownShaiju/aws-learning</a></p>
<p>13 days. One service per day. Written in my own words, not copy-pasted.</p>
<pre><code class="language-plaintext">day-01 → EC2 fundamentals, instance families, pricing models
day-02 → Auto Scaling, launch templates, scaling policies
day-03 → Load Balancers — ALB vs NLB, multi-AZ design
day-04 → IAM — users, roles, policies, secure access patterns
day-05 → VPC — subnets, IGW, NAT Gateway, multi-AZ networking
day-06 → S3 + CloudFront — bucket policies, static hosting, CDN
day-07 → Lambda — execution model, cold starts, event-driven compute
day-08 → S3 lifecycle and storage classes — cost optimization
day-09 → RDS + DynamoDB — Multi-AZ vs Read Replicas, consistency models
day-10 → API Gateway — Lambda integration, routing models
day-11 → SNS, SQS, DLQ — messaging patterns, decoupling systems
day-12 → Route 53 + Global Accelerator — DNS, routing policies
day-13 → Elastic IP + ElastiCache (Redis) — static addressing, caching
</code></pre>
<p>Each file represents one focused learning session. Not a day of memorizing — a day of understanding how that service behaves inside real systems.</p>
<hr />
<h2>The Mock Test Situation (The Honest Version)</h2>
<p>After the first week, I ran a quick mock on Gemini. Scored <strong>3 out of 10</strong>.</p>
<p>I wasn't panicked. I still had topics to cover and I'd deliberately held off on practice tests for exactly this reason: if you take mocks before you understand the material, you stop learning and start memorizing answer patterns. That might help your score but it defeats the entire point if your actual goal is to become job-ready.</p>
<p>So I kept learning. Covered the remaining services. And only in the last <strong>3 to 4 days</strong> before the exam did I shift to practice questions.</p>
<p><strong>My approach in those final days:</strong></p>
<ul>
<li><p>Do 20 questions at a time</p>
</li>
<li><p>Every wrong answer — go back to the source, not just read the explanation</p>
</li>
<li><p>Every question I got right by guessing — treat it as a wrong answer</p>
</li>
</ul>
<p>The only external resource I added was the <strong>Tutorial Dojo free mock</strong> — widely regarded as the closest simulation to the real exam. I took it at midnight the night before.</p>
<p>It destroyed my confidence.</p>
<p>Tutorial Dojo has a category of questions that felt nothing like standard prep material — harder, more ambiguous, more like real architectural decision-making. I went to sleep that night genuinely unsure if I was ready.</p>
<p>I sat the exam the next morning anyway.</p>
<hr />
<h2>What the Exam Actually Felt Like</h2>
<p>65 questions. 130 minutes. Most questions describe a real architecture scenario with specific constraints — cost, availability, latency, compliance — and ask you to pick the best solution from four plausible options.</p>
<p>The hardest part is eliminating the two obviously wrong answers quickly and then reasoning carefully between the remaining two. There's no trick. It's just: given these constraints, what's the right call?</p>
<p>There are also around 15 unscored questions mixed in — experimental questions that AWS is testing. You won't know which ones they are. You can get all 15 wrong and it won't affect your score. But you also won't know if you did.</p>
<p>When I walked out of the exam hall, I wasn't confident. Those hard questions had gotten to me and I genuinely didn't know.</p>
<p>That evening, I got the Credly badge email.</p>
<hr />
<h2>What AWS SAA Does NOT Teach You</h2>
<p>I want to be honest about this because most certification posts skip it.</p>
<p>Passing SAA does not mean you can:</p>
<ul>
<li><p>Debug a CrashLoopBackOff in Kubernetes</p>
</li>
<li><p>Configure an ALB with proper health checks in practice</p>
</li>
<li><p>Understand what's actually happening when a pod OOMKills</p>
</li>
</ul>
<p>The cert teaches you the <em>what</em> and <em>when</em>. It does not teach you the <em>how</em> of actually operating these systems under pressure. That gap only closes by building real things, breaking them, and fixing them.</p>
<p>I knew this going in. The certification was milestone one. The real work came after.</p>
<hr />
<h2>The Notes</h2>
<p>The GitHub repo linked above has 13 days of condensed notes on core SAA concepts — written in plain language, no fluff. When I dropped the link as a reply in a Twitter thread, it pulled 103 link clicks and 37 bookmarks in a few days. I'm putting it here so it lives somewhere more permanent.</p>
<p>If you're preparing for SAA-C03, take it, use it, adapt it. That's why I wrote it down.</p>
<hr />
<h2>What I Did Next</h2>
<p>After the cert, I started building — a full 5-tier cloud-native platform on Amazon EKS. That's where the real education began. Everything SAA taught me in theory, I started breaking and fixing in practice.</p>
<p>That story is the next post.</p>
<p>Spoiler: a lot went wrong.</p>
<hr />
<p><em>Connect with me:</em> <a href="https://linkedin.com/in/shownshaiju"><em>LinkedIn</em></a> <em>·</em> <a href="https://github.com/ShownShaiju"><em>GitHub</em></a></p>
]]></content:encoded></item></channel></rss>