<?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[Joel Fernandes]]></title><description><![CDATA[Joel Fernandes]]></description><link>https://blog.joel-fernandes.com</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 00:07:41 GMT</lastBuildDate><atom:link href="https://blog.joel-fernandes.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Passing the AWS Solutions Architect Professional in 2025 — My Experience, the Difficulty, and What Truly Matters]]></title><description><![CDATA[In December 2025, I passed the AWS Certified Solutions Architect – Professional (SAP-C02) exam. This is often described as one of the hardest and most respected certifications in the cloud space. Having now taken it, I can say the reputation is deser...]]></description><link>https://blog.joel-fernandes.com/passing-the-aws-solutions-architect-professional-in-2025-my-experience-the-difficulty-and-what-truly-matters</link><guid isPermaLink="true">https://blog.joel-fernandes.com/passing-the-aws-solutions-architect-professional-in-2025-my-experience-the-difficulty-and-what-truly-matters</guid><category><![CDATA[AWS]]></category><category><![CDATA[Devops]]></category><category><![CDATA[AWS Certified Solutions Architect – Professional (SAP-C02) Dumps 2026]]></category><dc:creator><![CDATA[Joel Fernandes]]></dc:creator><pubDate>Tue, 02 Dec 2025 00:52:07 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1764636979148/a3a5ab7a-6367-4807-a7ad-4e605cdf4fa8.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In December 2025, I passed the <strong>AWS Certified Solutions Architect – Professional (SAP-C02)</strong> exam. This is often described as one of the hardest and most respected certifications in the cloud space. Having now taken it, I can say the reputation is deserved  </p>
<p>For context, I’ve spent about six years working in the “Cloud/DevOps” space and about four years of hands on AWS specifically. My first few years were spent building for Azure. I prefer AWS by a mile. Some days I don’t want anything to do with Microsoft at all. AWS just fits the way I think about building systems, so once I switched over properly, I stayed there.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1764633474886/9b19ae4b-15b6-4f64-b45e-a8b2f0da8dc1.png" alt class="image--center mx-auto" /></p>
<p>At my current organisation, I joined at a time when the company was at the “foundation stage” of its cloud adoption journey. I was the sole DevOps/Platform engineer, which meant I had the rare opportunity to build almost everything from scratch: AWS landing zones, networking foundations, CI/CD pipelines, multi-account structure, security baselines, everything. It was a playground in the best possible sense complex but greenfield, high-impact, and packed with learning opportunities.</p>
<p>This is important, because <strong>hands-on</strong> experience is the single biggest predictor of success in the AWS SA-Pro exam. And I’ll say this upfront: if you don’t actively <em>build</em> things in AWS, this exam is going to feel very theoretical.</p>
<h2 id="heading-how-hard-is-the-aws-solutions-architect-professional-in-2025">How Hard Is the AWS Solutions Architect Professional in 2025?</h2>
<p>The honest answer: <strong>It depends on your mileage.</strong></p>
<p>For me personally, the exam wasn’t overwhelmingly difficult. Challenging? Definitely. But not in the “I have no idea what they’re even talking about” way. I would describe it more as: <em>You absolutely need to know the small details. Not just the concepts details.</em> And the only way to know those details is to have spent real time navigating AWS services in production scenarios.</p>
<p>If I compare it to the AWS Solutions Architect Associate, which I sat in August 2024, the Professional exam is surprisingly similar in what it tests. The Associate always felt like trivia to me. Lots of “what service does what” and that sort of thing, which is fine for what it is, but it never felt close to how you actually design systems day to day. The Pro exam expects you to:</p>
<ul>
<li><p>understand the tradeoffs between services,</p>
</li>
<li><p>know the correct design pattern for common architectures,</p>
</li>
<li><p>identify failure scenarios,</p>
</li>
<li><p>design cross-account, cross-region, and multi-service solutions.</p>
</li>
</ul>
<p>It feels much more like real architecture work instead of memorising product labels.</p>
<p>AWS has widened the coverage and injected more subtlety into the questions. The trick is not “knowing everything”, but knowing the <em>right models</em> for designing scalable, resilient, secure architectures.</p>
<p>The exam is also very time-intensive. I had three questions marked for review when I completely ran out of time. That’s after moving at a fairly brisk pace. Many questions have multiple paragraphs, multiple moving parts, and multiple “correct” answers where you must pick the <em>best</em> one. Managing time is as important as managing knowledge.</p>
<h2 id="heading-my-strengths-and-weaknesses-going-into-the-exam">My Strengths (and Weaknesses) Going Into the Exam</h2>
<p>Because of my day-to-day work, I use a lot of the “core” services</p>
<ul>
<li><p><strong>EC2s, ECS</strong> and <strong>EKS</strong></p>
</li>
<li><p><strong>Lambda</strong></p>
</li>
<li><p><strong>SQS/SNS</strong></p>
</li>
<li><p><strong>API Gateway</strong></p>
</li>
<li><p><strong>VPCs design and inter-VPC connectivity</strong></p>
</li>
<li><p><strong>RDS/Aurora/DynamoDB/Elasticache</strong></p>
</li>
<li><p><strong>CloudFront</strong></p>
</li>
<li><p><strong>Multi-account organisations - tons of questions on SCPs</strong></p>
</li>
<li><p><strong>IAM, SSO, and identity patterns</strong></p>
</li>
</ul>
<p>This aligns very well with the blueprint of the exam, so those domains felt comfortable. In fact, I would say the exam heavily rewards anyone who has:</p>
<ol>
<li><p>Designed infrastructure at scale</p>
</li>
<li><p>Worked in multi-account environments</p>
</li>
<li><p>Built distributed systems with real production constraints</p>
</li>
<li><p>Dealt with networking issues, cross-region connectivity, and failover</p>
</li>
<li><p>Spent time on security and identity management</p>
</li>
</ol>
<p>If you’ve lived through real outages, written Terraform modules a dozen times, refactored networking because of growth, or had to justify your design against the Well Architected pillars, you’ll find the exam scenarios eerily familiar.</p>
<p>My main weakness was the data/ML side of AWS.<br />We don't really use AWS Glue, EMR, Redshift, or SageMaker heavily in my daily work. These definitely showed up in the exam, but never in a way that required deep implementation knowledge If you understand broadly <em>what these services do</em> and <em>when they’re appropriate</em>, that’s generally enough.</p>
<h3 id="heading-should-you-take-the-aws-sa-pro-in-20252026">Should You Take the AWS SA-Pro in 2025/2026?</h3>
<p>If you have <strong>years of hands-on AWS</strong>. It reflects real world skills and validates the kind of architectural decision making used by senior engineers and architects.</p>
<p>I consider it a <strong>must-have</strong> for anyone aiming to become an enterprise architect, DevOps lead, or principal engineer. It demonstrates that you can design, reason about, and justify large scale infrastructure decisions, which is exactly what modern engineering teams rely on.</p>
<p>If you’re someone without real hands on experience in AWS and you’re trying to pivot into cloud engineering from something unrelated, this is not the cert to start with. It will feel brutal and rote learning. The whole exam assumes you’ve actually built things, broken them, fixed them and learned from that cycle.</p>
<h2 id="heading-final-verdict">Final Verdict</h2>
<p>Passing the AWS Solutions Architect Professional in 2025 was a rewarding milestone. It reaffirmed what I’ve learned over the years: the best way to become good at cloud architecture is to build things, break things, fix things, and keep iterating.</p>
<p>The exam isn’t about trick questions or obscure trivia. It’s about real, practical architecture. It’s about the tiny details you only learn from deploying production systems, not from watching videos.</p>
]]></content:encoded></item><item><title><![CDATA[Hello World]]></title><description><![CDATA[So. Here we are. You're reading words I typed while avoiding actual responsibilities, and I'm writing words while avoiding actual responsibilities. This feels suspiciously like a dysfunctional digital symbiosis, but welcome aboard anyway. Learning a ...]]></description><link>https://blog.joel-fernandes.com/hello-world</link><guid isPermaLink="true">https://blog.joel-fernandes.com/hello-world</guid><category><![CDATA[Devops]]></category><category><![CDATA[Programming Blogs]]></category><category><![CDATA[Python]]></category><category><![CDATA[aviation]]></category><dc:creator><![CDATA[Joel Fernandes]]></dc:creator><pubDate>Fri, 20 Jun 2025 17:48:23 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1750674098080/43c3f620-426c-456c-ad1d-afbee80a2686.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>So. Here we are. You're reading words I typed while avoiding actual responsibilities, and I'm writing words while avoiding actual responsibilities. This feels suspiciously like a dysfunctional digital symbiosis, but welcome aboard anyway. Learning a new language starts with a “Hello World” so I’ll call this post that.</p>
<p>Let me properly introduce myself since you've clearly stumbled into my digital living room. I'm Joel. By day, I perform arcane rituals to appease the Cloud Gods (mostly AWS and Azure, though occasionally I dabble in the dark arts of Google Cloud when feeling particularly masochistic). People call this "DevOps" or "SRE" or "Platform Engineering," but really it's just professional whack-a-mole where the moles are servers and the mallet is YAML. Sometimes I win. Sometimes the moles form a union. It's complicated. Whatever.</p>
<p><strong>Why?</strong></p>
<p>I've reached that dangerous age where men traditionally do dull things like buy dull cars or take up falconry. Instead, I started a blog. This is clearly the mature choice or another dull idea.<br />I almost didn't launch this blog. Not because of technical challenges or laziness, but because of that nagging tech bro question: "What's your unique value proposition?"</p>
<p>Then I realised I don't have one. I'm not here to "disrupt" or "innovate" or "synergize." I'm just a guy who loves technology, hates unnecessary complexity, enjoys flying, and occasionally has coherent thoughts between debugging sessions. My credentials? I've broken production environments in multiple countries and lived to tell the tales.</p>
<p><strong>What to Expect (Besides Occasional Regret)</strong></p>
<p>I admire people with niche blogs about "Python left pad optimization techniques." I am not those people.</p>
<ol>
<li><p><strong>Cloud/Infrastructure Shenanigans:</strong><br /> I'll rant about AWS and cry about Microsoft, Kubernetes clusters, and why every "serverless" solution causes pain. I might even share my patented "Five Stages of Production Outage Grief" (Spoiler: Stage 4 involves questionable whiskey choices).</p>
</li>
<li><p><strong>Aviation Adventures:</strong></p>
<p> As a private pilot, I've developed a Pavlovian response to the smell of 100LL.</p>
<p> I'll take you inside the cockpit (metaphorically) to explore this world that breeds superiority complexes.</p>
</li>
<li><p><strong>Tech Philosophy (With Poor Life Choices):</strong><br /> Deep dives into critical questions like:</p>
</li>
</ol>
<ul>
<li><p>Why do we call it "Artificial Intelligence" when it's mostly artificial stupidity?</p>
</li>
<li><p>Can we rebrand tech debt as "technical nostalgia"?</p>
</li>
<li><p>Why does every documentation page look like it was translated through Klingon and back?</p>
<p>  Will there be useful technical insights? Absolutely but covered in the metaphorical Cheeto dust of real world chaos. Will there be aviation stories? Definitely! An hour wont pass without me talking about aeroplanes.  </p>
<p>  If you've read this far, congratulations and my condolences. You clearly have the same questionable judgment that led me to start this circus. Feel free to yell at me.<br />  Now if you'll excuse me, I need to go troubleshoot another prod issue. Some things never change.</p>
</li>
</ul>
<p>    Clear skies and clean builds,<br />    Joel</p>
]]></content:encoded></item></channel></rss>