~/posts
Posts
Everything published here, newest first.
~/posts
3 files
- How I Passed the AWS SAA-C03 (After Initially Feeling Completely Lost)
Why passive video-watching stalled my SAA-C03 prep, and the active recall and practice-exam routine that actually got me through the exam.
· 6 min read aws certification saa-c03 solutions-architect study-tips - How to Deploy a Hugo Static Site with S3, CloudFront, and Route 53
A step-by-step walkthrough of hosting a Hugo site on a private S3 bucket, serving it through CloudFront with OAC and ACM, and pointing a Route 53 domain at it.
· 5 min read hugo aws s3 cloudfront route53 devops - How to Switch GitHub-AWS Integrations from Hard-Coded Tokens to OIDC
Replacing long-lived AWS access keys in GitHub Actions with OIDC: creating the identity provider, scoping the trust policy to one repo, and cutting the workflow over.
· 6 min read github-actions aws oidc iam security devops