<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lazare's Coding Blog</title><link>https://lazu.click/</link><description>Recent content on Lazare's Coding Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 27 May 2026 00:00:00 -0700</lastBuildDate><atom:link href="https://lazu.click/index.xml" rel="self" type="application/rss+xml"/><item><title>How I Passed the AWS SAA-C03 (After Initially Feeling Completely Lost)</title><link>https://lazu.click/posts/how_i_passed_saa_c03/</link><pubDate>Wed, 27 May 2026 00:00:00 -0700</pubDate><guid>https://lazu.click/posts/how_i_passed_saa_c03/</guid><description>&lt;p&gt;When I started studying for the AWS Certified Solutions Architect Associate exam (SAA-C03), I thought it would be straightforward. I already worked in IT. I had touched cloud concepts before. I figured it would mostly be connecting dots and memorizing a few services.&lt;/p&gt;
&lt;p&gt;I was wrong.&lt;/p&gt;
&lt;p&gt;The exam is broad in a way that sneaks up on you. AWS isn&amp;rsquo;t just &amp;ldquo;learn EC2 and S3.&amp;rdquo; It&amp;rsquo;s learning how dozens of services interact under different constraints: cost, scalability, fault tolerance, security, operational overhead, and performance. The hard part isn&amp;rsquo;t memorizing definitions. It&amp;rsquo;s thinking like an architect under pressure.&lt;/p&gt;</description></item><item><title>How to Deploy a Hugo Static Site with S3, CloudFront, and Route 53</title><link>https://lazu.click/posts/deploy-hugo-s3-cloudfront-route53/</link><pubDate>Wed, 15 Apr 2026 00:00:00 -0700</pubDate><guid>https://lazu.click/posts/deploy-hugo-s3-cloudfront-route53/</guid><description>&lt;p&gt;Deploying a Hugo static site on AWS gives you a fast, scalable, and cost-effective setup. In this guide, we&amp;rsquo;ll walk through hosting your site on &lt;strong&gt;Amazon S3&lt;/strong&gt;, distributing it globally via &lt;strong&gt;CloudFront&lt;/strong&gt;, and pointing a custom domain using &lt;strong&gt;Route 53&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;Before starting, make sure you have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A built Hugo site (&lt;code&gt;hugo&lt;/code&gt; command generates the &lt;code&gt;public/&lt;/code&gt; folder)&lt;/li&gt;
&lt;li&gt;An AWS account with appropriate IAM permissions&lt;/li&gt;
&lt;li&gt;A domain name registered in Route 53 (or transferred there)&lt;/li&gt;
&lt;li&gt;The &lt;a href="https://aws.amazon.com/cli/"&gt;AWS CLI&lt;/a&gt; installed and configured&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="step-1-build-your-hugo-site"&gt;Step 1: Build Your Hugo Site&lt;/h2&gt;
&lt;p&gt;Run the Hugo build command to generate your static files:&lt;/p&gt;</description></item><item><title>How to Switch GitHub-AWS Integrations from Hard-Coded Tokens to OIDC</title><link>https://lazu.click/posts/switch-github-aws-hard-coded-tokens-to-oidc/</link><pubDate>Wed, 15 Apr 2026 00:00:00 -0700</pubDate><guid>https://lazu.click/posts/switch-github-aws-hard-coded-tokens-to-oidc/</guid><description>&lt;p&gt;If your GitHub Actions workflow talks to AWS using &lt;code&gt;AWS_ACCESS_KEY_ID&lt;/code&gt; and &lt;code&gt;AWS_SECRET_ACCESS_KEY&lt;/code&gt;, you are relying on long-lived credentials stored in GitHub secrets. That works, but it creates more secret management overhead than you need. A better approach is to use &lt;strong&gt;OpenID Connect (OIDC)&lt;/strong&gt; so GitHub can request short-lived AWS credentials at runtime.&lt;/p&gt;
&lt;p&gt;In this guide, I&amp;rsquo;ll walk through how to migrate a typical GitHub-to-AWS deployment from hard-coded tokens to OIDC. The pattern is especially useful for static site deployments, where GitHub Actions builds the site, uploads it to &lt;strong&gt;Amazon S3&lt;/strong&gt;, and then invalidates &lt;strong&gt;CloudFront&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>