Shipping a static site the AWS way
Walking through this very site: S3, CloudFront, OAC, ACM, Cloudflare DNS. Why each piece exists and the gotchas I hit.
IT Support engineer pivoting into Cloud & DevOps. I learn by deploying the real thing, including this site, which is served to you from an AWS edge right now.
I started in IT Support solving people's problems one ticket at a time. Now I want to solve them at the infrastructure layer, the layer that keeps tickets from being filed in the first place.
Putting AWS Solutions Architect Associate into practice on small, production style projects. This portfolio is one of them: a private S3 bucket behind CloudFront, an ACM issued cert, OAC instead of a public bucket policy, DNS through Cloudflare.
Next up: getting the same comfort with Terraform, GitHub Actions, and Linux on EC2 so I can own the whole pipeline end to end.
Click a node. Every box is something I configured by hand. The dotted arrows are the path your browser took to reach this paragraph.
Global CDN sitting in front of S3. Caches the site at AWS edge locations, terminates TLS using the ACM cert, and enforces HTTPS only. Without this layer, S3 would be slower, costlier, and exposed.
aws cloudfront create-invalidation --distribution-id E... --paths "/*"
A live look at the bench. Some of these are notebooks I'm cleaning up into proper write ups. The rest are projects in flight.
Walking through this very site: S3, CloudFront, OAC, ACM, Cloudflare DNS. Why each piece exists and the gotchas I hit.
Re-deploying this same stack as Terraform modules. Goal: nuke the AWS console and have one terraform apply rebuild it from zero.
Wiring a deploy pipeline that uses OIDC instead of an IAM access key. CI assumes a role, syncs the bucket, invalidates CloudFront.
What I'd actually look at when something breaks. Mapping the help desk troubleshooting muscle onto AWS observability.
Building a VPC, subnets, route tables, and a NAT gateway without copying a template. Aimed at folks who passed SAA-C03 and still feel fuzzy.
An honest list of the help desk skills that translate directly to infra work, and the gaps I had to fill. For other people making the same jump.
The site sits in S3 once and is replicated to ~600 CloudFront edges. The green dot is the one currently serving you.
I'm actively interviewing for entry level Cloud, infrastructure, and DevOps roles. I bring a help desk troubleshooter's instinct and a habit of putting everything I learn into production.