
AWS WORKSHOP
My First AWS Learning Session: Exploring AWS Infrastructure, S3, CloudFront ...
Tag archive

My First AWS Learning Session: Exploring AWS Infrastructure, S3, CloudFront ...

Evolve S3 static website hosting into CloudFront + OAC + WAF. Implement a fully private bucket, security headers including CSP, SPA-friendly error mapping, and how to handle the constraint that CLOUDFRONT-scoped WAFv2 is pinned to us-east-1 with crossRegionReferences in CDK.
AWS CloudFront: Content Delivery Network Optimization Amazon CloudFront is AWS's globally...
LLM APIs like Claude feel snappy—until latency spikes hit your users. By caching prompt‑response...
Long Story Short Designing HTML page caching in practice connected several concepts I had...
CloudFront OAC for S3 Multi-Region Access Points: three AWS guides give three different...
What I built CountryRank is a React (Vite) app for exploring and comparing countries. I...

Gatsby est un outil permettant de créer rapidement des sites webs en utilisant le langage React, du...
If your users are far from where content is hosted, every request has further to travel. Amazon...

Combine a private S3 static site and a private ALB behind a single CloudFront distribution using VPC Origins. Covers automatic Origin Group failover, edge IP allow-listing, and an incident-response escape hatch modeled on a real AWS outage — all in CDK.
Overview While deploying a static documentation site using AWS S3, CloudFront, and...
Here’s the same article with an HA angle woven in — especially contrasting ALB/VPCE toil with...